com.jbase.jremote.jca
Class JRemoteConnectionRequestInfo
java.lang.Object
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
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 |
JRemoteConnectionRequestInfo
public JRemoteConnectionRequestInfo(JConnectionCallbackHandler handler)
getCallbackHandler
public JConnectionCallbackHandler getCallbackHandler()
Copyright © 2016 TEMENOS. All Rights Reserved.