Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.jca |
Modifier and Type | Method and Description |
---|---|
JConnection |
JConnectionFactory.getConnection(JConnectionCallbackHandler handler)
Get a connection to a remote jBASE instance, in a managed environment
the callback handler provides ancillary connection initialisation.
|
JConnection |
DefaultJConnectionFactory.getConnection(JConnectionCallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
JConnectionCallbackHandler |
JRemoteConnectionRequestInfo.getCallbackHandler() |
Modifier and Type | Method and Description |
---|---|
protected javax.resource.spi.ManagedConnection |
JRemoteManagedConnectionFactory.createConnection(javax.security.auth.Subject subject,
JConnectionCallbackHandler callbackHandler) |
JConnection |
JRemoteConnectionFactoryImpl.getConnection(JConnectionCallbackHandler handler) |
protected JConnection |
JRemoteConnectionFactoryImpl.getConnection(java.lang.String user,
java.lang.String account,
java.lang.String password,
JConnectionCallbackHandler handler) |
Constructor and Description |
---|
JRemoteConnectionRequestInfo(JConnectionCallbackHandler handler) |