|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JConnectionFactory | |
---|---|
com.jbase.jremote | |
com.jbase.jremote.jca | |
com.jbase.jremote.jca.spring |
Uses of JConnectionFactory in com.jbase.jremote |
---|
Classes in com.jbase.jremote that implement JConnectionFactory | |
---|---|
class |
DefaultJConnectionFactory
The default implementation of a JConnectionFactory that will connect to a remote jBASE instance using a host and a port. |
Uses of JConnectionFactory in com.jbase.jremote.jca |
---|
Classes in com.jbase.jremote.jca that implement JConnectionFactory | |
---|---|
class |
JRemoteConnectionFactoryImpl
The concrete implementation of a remote jBASE connection factory. |
Uses of JConnectionFactory in com.jbase.jremote.jca.spring |
---|
Fields in com.jbase.jremote.jca.spring declared as JConnectionFactory | |
---|---|
protected JConnectionFactory |
JRemoteLocalTransactionManager._connectionFactory
|
Methods in com.jbase.jremote.jca.spring that return JConnectionFactory | |
---|---|
JConnectionFactory |
JRemoteLocalTransactionManager.getConnectionFactory()
|
Methods in com.jbase.jremote.jca.spring with parameters of type JConnectionFactory | |
---|---|
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)
|
|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |