jremote jbase5.2.1

com.jbase.jremote.jca
Class JRemoteConnectionRequestInfo

java.lang.Object
  extended by com.jbase.jremote.jca.JRemoteConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

public class JRemoteConnectionRequestInfo
extends Object
implements javax.resource.spi.ConnectionRequestInfo

This ConnectionRequestInfo allows JRemote clients to receive well defined callbacks for certain connection events.

A ConnectionRequestInfo object is used by the resource adapter to pass connection request information through the container for connection creation and matching.

Author:
aphethean

Constructor Summary
JRemoteConnectionRequestInfo(JConnectionCallbackHandler handler)
           
 
Method Summary
 JConnectionCallbackHandler getCallbackHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ConnectionRequestInfo
equals, hashCode
 

Constructor Detail

JRemoteConnectionRequestInfo

public JRemoteConnectionRequestInfo(JConnectionCallbackHandler handler)
Method Detail

getCallbackHandler

public JConnectionCallbackHandler getCallbackHandler()

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.