|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionRequestInfo | |
---|---|
com.caucho.env.dbpool | |
com.caucho.jms.jca | |
com.caucho.sql | |
javax.resource.spi |
Uses of ConnectionRequestInfo in com.caucho.env.dbpool |
---|
Methods in com.caucho.env.dbpool with parameters of type ConnectionRequestInfo | |
---|---|
java.lang.Object |
ConnectionPool.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo info)
Allocates the connection. |
Uses of ConnectionRequestInfo in com.caucho.jms.jca |
---|
Methods in com.caucho.jms.jca with parameters of type ConnectionRequestInfo | |
---|---|
ManagedConnection |
MessageSenderManager.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection. |
java.lang.Object |
ManagedSessionImpl.getConnection(javax.security.auth.Subject subj,
ConnectionRequestInfo info)
|
ManagedConnection |
MessageSenderManager.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection. |
Uses of ConnectionRequestInfo in com.caucho.sql |
---|
Classes in com.caucho.sql that implement ConnectionRequestInfo | |
---|---|
class |
Credential
The credentials |
Methods in com.caucho.sql with parameters of type ConnectionRequestInfo | |
---|---|
ManagedConnection |
ManagedFactoryImpl.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection. |
java.lang.Object |
ManagedConnectionImpl.getConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns the underlying connection. |
ManagedConnection |
ManagedFactoryImpl.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection. |
Uses of ConnectionRequestInfo in javax.resource.spi |
---|
Methods in javax.resource.spi with parameters of type ConnectionRequestInfo | |
---|---|
java.lang.Object |
ConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo requestInfo)
Allocates the connection. |
void |
LazyAssociatableConnectionManager.associateConnection(java.lang.Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo reqInfo)
Lazily associate a connection object with a managed connection. |
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Creates physical connection to the EIS resource manager. |
java.lang.Object |
ManagedConnection.getConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates a new connection handle for the underlying physical connection. |
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns a matched connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |