Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.jca | |
com.jbase.jremote.jca.cci | |
com.jbase.jremote.jca.spring |
Modifier and Type | Interface and Description |
---|---|
interface |
JXAConnection |
Modifier and Type | Method and Description |
---|---|
JConnection |
JConnectionFactory.getConnection()
Get a connection to a remote jBASE instance.
|
JConnection |
DefaultJConnectionFactory.getConnection() |
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) |
JConnection |
JConnectionFactory.getConnection(java.lang.String user,
java.lang.String password)
Get a connection to a remote jBASE instance.
|
JConnection |
DefaultJConnectionFactory.getConnection(java.lang.String user,
java.lang.String password) |
JConnection |
JConnectionFactory.getConnection(java.lang.String user,
java.lang.String password,
java.util.Properties props)
Get a connection to a remote jBASE instance.
|
JConnection |
DefaultJConnectionFactory.getConnection(java.lang.String user,
java.lang.String password,
java.util.Properties props) |
JConnection |
JConnectionFactory.getConnection(java.lang.String user,
java.lang.String account,
java.lang.String password)
Get a connection to a remote jBASE account.
|
JConnection |
DefaultJConnectionFactory.getConnection(java.lang.String user,
java.lang.String account,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
JConnectionCallbackHandler.initialise(javax.security.auth.Subject subject,
JConnection connection)
Initialise a connection for the supplied Subject.
|
boolean |
JConnectionCallbackHandler.reinitialise(javax.security.auth.Subject subject,
JConnection connection)
The Subject intends to use a connection that was previously
initialised for another Subject.
|
boolean |
JConnectionCallbackHandler.reuse(javax.security.auth.Subject subject,
JConnection connection)
The Subject is reusing the supplied connection.
|
Modifier and Type | Class and Description |
---|---|
class |
JConnectionImpl
The connection to a remote jBASE instance implemented
using a IO messages over an abstract connection.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedJConnection
Implementation of a connection to a remote jBASE instance.
|
Modifier and Type | Method and Description |
---|---|
protected JConnection |
JRemoteManagedConnectionFactory.connect() |
protected JConnection |
WrappedJConnection.getConnection()
Get the real connection.
|
JConnection |
JRemoteManagedConnection.getConnection() |
JConnection |
JRemoteConnectionFactoryImpl.getConnection() |
JConnection |
JRemoteConnectionFactoryImpl.getConnection(JConnectionCallbackHandler handler) |
JConnection |
JRemoteConnectionFactoryImpl.getConnection(java.lang.String user,
java.lang.String password) |
JConnection |
JRemoteConnectionFactoryImpl.getConnection(java.lang.String user,
java.lang.String password,
java.util.Properties props) |
JConnection |
JRemoteConnectionFactoryImpl.getConnection(java.lang.String user,
java.lang.String account,
java.lang.String password) |
protected JConnection |
JRemoteConnectionFactoryImpl.getConnection(java.lang.String user,
java.lang.String account,
java.lang.String password,
JConnectionCallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
WrappedJConnection.setConnection(JConnection connection) |
Constructor and Description |
---|
JRemoteManagedConnection(JConnection connection,
javax.security.auth.Subject subject)
Constructor for JRemoteManagedConnection
|
Modifier and Type | Method and Description |
---|---|
protected JConnection |
CCIJConnection.getJConnection() |
Constructor and Description |
---|
CCIJConnection(JConnection c) |
CCILocalTransactionManager(JConnection c) |
Modifier and Type | Method and Description |
---|---|
static JConnection |
JConnectionFactoryUtils.getConnection(JConnectionFactory cf)
Obtain a JConnection from the given JConnectionFactory.
|
JConnection |
ConnectionHolder.getJConnection() |
Modifier and Type | Method and Description |
---|---|
static boolean |
JConnectionFactoryUtils.isConnectionTransactional(JConnection con,
JConnectionFactory cf)
Determine whether the given JRemote Connection is transactional, that is,
bound to the current thread by Spring's transaction facilities.
|
static void |
JConnectionFactoryUtils.releaseConnection(JConnection con,
JConnectionFactory cf)
Close the given JConnection, obtained from the given JConnectionFactory,
if it is not managed externally (that is, not bound to the thread).
|
Constructor and Description |
---|
ConnectionHolder(JConnection connection) |