public class JRemoteConnectionRequestInfo
extends java.lang.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.
Constructor and Description |
---|
JRemoteConnectionRequestInfo(JConnectionCallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
JConnectionCallbackHandler |
getCallbackHandler() |
public JRemoteConnectionRequestInfo(JConnectionCallbackHandler handler)
public JConnectionCallbackHandler getCallbackHandler()