|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.hammurapi.jms.adapter.jca.ConnectionFactoryImpl
public class ConnectionFactoryImpl
Constructor Summary | |
---|---|
ConnectionFactoryImpl(ManagedConnectionFactoryImpl managedConnectionFactory,
javax.resource.spi.ConnectionManager connectionManager)
Constructor |
Method Summary | |
---|---|
Connection |
getConnection(boolean stateful)
Stateful connection caches proxy instances and as such retains conversational state if proxy services use local delegates. |
Connection |
getConnection(java.lang.Object state)
Creates stateful connection with pre-set state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionFactoryImpl(ManagedConnectionFactoryImpl managedConnectionFactory, javax.resource.spi.ConnectionManager connectionManager)
Method Detail |
---|
public Connection getConnection(boolean stateful) throws javax.resource.ResourceException
ConnectionFactory
getConnection
in interface ConnectionFactory
javax.resource.ResourceException
public Connection getConnection(java.lang.Object state) throws javax.resource.ResourceException
ConnectionFactory
getConnection
in interface ConnectionFactory
state
- State obtained from previously used connection.
javax.resource.ResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |