Package | Description |
---|---|
com.caucho.env.dbpool | |
com.caucho.jms.jca | |
com.caucho.sql | |
javax.resource.spi |
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
IdlePoolSet.first()
Peeks the first item.
|
ManagedConnection[] |
IdlePoolSet.toArray(ManagedConnection[] values)
Returns an array of the elements in the set.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ManagedConnection> |
IdlePoolSet.iterator()
Returns an iterator to the set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IdlePoolSet.add(ManagedConnection o)
Adds an element.
|
void |
ConnectionPool.markForPoolRemoval(ManagedConnection mConn) |
ManagedConnection[] |
IdlePoolSet.toArray(ManagedConnection[] values)
Returns an array of the elements in the set.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedSessionImpl
The managed session
|
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
MessageSenderManager.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
ManagedConnection |
MessageSenderManager.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedConnectionImpl
Represents a single pooled connection.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
ManagedFactoryImpl.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
ManagedConnection |
ManagedFactoryImpl.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Creates physical connection to the EIS resource manager.
|
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns a matched connection.
|
Modifier and Type | Method and Description |
---|---|
void |
LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
Lazily associate a connection object with a managed connection.
|
Constructor and Description |
---|
ConnectionEvent(ManagedConnection source,
int eid)
Creates an event.
|
ConnectionEvent(ManagedConnection source,
int eid,
java.lang.Exception exception)
Creates an event.
|