Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.jca | |
com.jbase.jremote.jca.spring |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJConnectionFactory
The default implementation of a JConnectionFactory that will
connect to a remote jBASE instance using a host and a port.
|
Modifier and Type | Class and Description |
---|---|
class |
JRemoteConnectionFactoryImpl
The concrete implementation of a remote jBASE connection factory.
|
Modifier and Type | Field and Description |
---|---|
protected JConnectionFactory |
JRemoteLocalTransactionManager._connectionFactory |
Modifier and Type | Method and Description |
---|---|
JConnectionFactory |
JRemoteLocalTransactionManager.getConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
static JConnection |
JConnectionFactoryUtils.getConnection(JConnectionFactory cf)
Obtain a JConnection from the given JConnectionFactory.
|
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).
|
void |
JRemoteLocalTransactionManager.setConnectionFactory(JConnectionFactory xf) |