|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagedConnection | |
|---|---|
| com.caucho.env.dbpool | |
| com.caucho.jms.jca | |
| com.caucho.sql | |
| javax.resource.spi | |
| Uses of ManagedConnection in com.caucho.env.dbpool |
|---|
| Methods in com.caucho.env.dbpool that return ManagedConnection | |
|---|---|
ManagedConnection |
IdlePoolSet.first()
Peeks the first item. |
ManagedConnection[] |
IdlePoolSet.toArray(ManagedConnection[] values)
Returns an array of the elements in the set. |
| Methods in com.caucho.env.dbpool that return types with arguments of type ManagedConnection | |
|---|---|
java.util.Iterator<ManagedConnection> |
IdlePoolSet.iterator()
Returns an iterator to the set. |
| Methods in com.caucho.env.dbpool with parameters of type ManagedConnection | |
|---|---|
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. |
| Uses of ManagedConnection in com.caucho.jms.jca |
|---|
| Classes in com.caucho.jms.jca that implement ManagedConnection | |
|---|---|
class |
ManagedSessionImpl
The managed session |
| Methods in com.caucho.jms.jca that return ManagedConnection | |
|---|---|
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. |
| Uses of ManagedConnection in com.caucho.sql |
|---|
| Classes in com.caucho.sql that implement ManagedConnection | |
|---|---|
class |
ManagedConnectionImpl
Represents a single pooled connection. |
| Methods in com.caucho.sql that return ManagedConnection | |
|---|---|
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. |
| Uses of ManagedConnection in javax.resource.spi |
|---|
| Methods in javax.resource.spi that return ManagedConnection | |
|---|---|
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. |
| Methods in javax.resource.spi with parameters of type ManagedConnection | |
|---|---|
void |
LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
Lazily associate a connection object with a managed connection. |
| Constructors in javax.resource.spi with parameters of type ManagedConnection | |
|---|---|
ConnectionEvent(ManagedConnection source,
int eid)
Creates an event. |
|
ConnectionEvent(ManagedConnection source,
int eid,
java.lang.Exception exception)
Creates an event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||