Uses of Interface
com.sun.enterprise.resource.pool.PoolManager
-
Packages that use PoolManager Package Description com.sun.enterprise.connectors com.sun.enterprise.resource.allocator com.sun.enterprise.resource.pool -
-
Uses of PoolManager in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return PoolManager Modifier and Type Method Description PoolManagerConnectorRuntime. getPoolManager() -
Uses of PoolManager in com.sun.enterprise.resource.allocator
Fields in com.sun.enterprise.resource.allocator declared as PoolManager Modifier and Type Field Description protected PoolManagerAbstractConnectorAllocator. poolMgrConstructors in com.sun.enterprise.resource.allocator with parameters of type PoolManager Constructor Description AbstractConnectorAllocator(PoolManager poolMgr, jakarta.resource.spi.ManagedConnectionFactory mcf, ResourceSpec spec, Subject subject, jakarta.resource.spi.ConnectionRequestInfo reqInfo, ClientSecurityInfo info, ConnectorDescriptor desc)ConnectorAllocator(PoolManager poolMgr, jakarta.resource.spi.ManagedConnectionFactory mcf, ResourceSpec spec, Subject subject, jakarta.resource.spi.ConnectionRequestInfo reqInfo, ClientSecurityInfo info, ConnectorDescriptor desc, boolean shareable)LocalTxConnectorAllocator(PoolManager poolMgr, jakarta.resource.spi.ManagedConnectionFactory mcf, ResourceSpec spec, Subject subject, jakarta.resource.spi.ConnectionRequestInfo reqInfo, ClientSecurityInfo info, ConnectorDescriptor desc, boolean shareable)NoTxConnectorAllocator(PoolManager poolMgr, jakarta.resource.spi.ManagedConnectionFactory mcf, ResourceSpec spec, Subject subject, jakarta.resource.spi.ConnectionRequestInfo reqInfo, ClientSecurityInfo info, ConnectorDescriptor desc) -
Uses of PoolManager in com.sun.enterprise.resource.pool
Classes in com.sun.enterprise.resource.pool that implement PoolManager Modifier and Type Class Description classAbstractPoolManagerAbstract Pool manager for unimplemented features.classPoolManagerImpl
-