Uses of Class
com.sun.appserv.connectors.internal.api.PoolingException
-
-
Uses of PoolingException in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that throw PoolingException Modifier and Type Method Description voidResourceHandle. closeUserConnection()voidTransactedPoolManager. registerResource(ResourceHandle handle)registers the provided resource with the component & enlists the resource in the transaction -
Uses of PoolingException in com.sun.enterprise.connectors.inbound
Methods in com.sun.enterprise.connectors.inbound that throw PoolingException Modifier and Type Method Description voidBasicResourceAllocator. cleanup(ResourceHandle resourceHandle)voidBasicResourceAllocator. closeUserConnection(ResourceHandle resourceHandle)ResourceHandleBasicResourceAllocator. createResource()ResourceHandleBasicResourceAllocator. createResource(XAResource xaResource) -
Uses of PoolingException in com.sun.enterprise.resource
Methods in com.sun.enterprise.resource that throw PoolingException Modifier and Type Method Description voidResourceHandle. closeUserConnection() -
Uses of PoolingException in com.sun.enterprise.resource.allocator
Methods in com.sun.enterprise.resource.allocator that throw PoolingException Modifier and Type Method Description voidAbstractConnectorAllocator. cleanup(ResourceHandle h)voidResourceAllocator. cleanup(ResourceHandle resource)voidAbstractConnectorAllocator. closeUserConnection(ResourceHandle resource)voidResourceAllocator. closeUserConnection(ResourceHandle resource)ResourceHandleConnectorAllocator. createResource()ResourceHandleLocalTxConnectorAllocator. createResource()ResourceHandleNoTxConnectorAllocator. createResource()ResourceHandleResourceAllocator. createResource()voidAbstractConnectorAllocator. destroyResource(ResourceHandle resourceHandle)voidConnectorAllocator. destroyResource(ResourceHandle resource)voidLocalTxConnectorAllocator. destroyResource(ResourceHandle resource)voidNoTxConnectorAllocator. destroyResource(ResourceHandle resource)voidResourceAllocator. destroyResource(ResourceHandle resource)voidAbstractConnectorAllocator. fillInResourceObjects(ResourceHandle resourceHandle)voidConnectorAllocator. fillInResourceObjects(ResourceHandle resource)voidLocalTxConnectorAllocator. fillInResourceObjects(ResourceHandle resource)voidNoTxConnectorAllocator. fillInResourceObjects(ResourceHandle resource)voidResourceAllocator. fillInResourceObjects(ResourceHandle resource)ObjectAbstractConnectorAllocator. getSharedConnection(ResourceHandle h)ObjectResourceAllocator. getSharedConnection(ResourceHandle h) -
Uses of PoolingException in com.sun.enterprise.resource.beans
Methods in com.sun.enterprise.resource.beans that throw PoolingException Modifier and Type Method Description ObjectAdministeredObjectResource. createAdministeredObject(ClassLoader jcl) -
Uses of PoolingException in com.sun.enterprise.resource.pool
Methods in com.sun.enterprise.resource.pool that throw PoolingException Modifier and Type Method Description voidConnectionPool. addResource(ResourceAllocator alloc)add a resource with status busy and not enlistedvoidPoolManager. createEmptyConnectionPool(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)voidPoolManagerImpl. createEmptyConnectionPool(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)ResourceHandleConnectionPool. createResource(ResourceAllocator alloc)ResourceHandleResourceHandler. createResource(ResourceAllocator allocator)create a new resource using the given resource-allocatorvoidConnectionPool. createResourceAndAddToPool()voidResourceHandler. createResourceAndAddToPool()create a new resource and add it to pool (using default resource-allocator)protected ResourceHandleConnectionPool. createSingleResource(ResourceAllocator resourceAllocator)Method to be used to create resource, instead of calling ResourceAllocator.createConfigBean().protected ResourceHandleConnectionPool. createSingleResourceAndAdjustPool(ResourceAllocator alloc, ResourceSpec spec)This method will be called from the getUnenlistedResource method if we detect a failAllConnection flag.booleanConnectionPool. flushConnectionPool()Reinitialize connections established in the connection pool and bring the pool to steady pool size.booleanPoolManager. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.booleanPoolManagerImpl. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.booleanResourcePool. flushConnectionPool()Flush Connection pool by reinitializing the connections established in the pool.static ResourceGatewayResourceGateway. getInstance(String className)protected ConnectorConnectionPoolConnectionPool. getPoolConfigurationFromJndi(Hashtable env)ResourceHandleConnectionPool. getResource(ResourceSpec spec, ResourceAllocator alloc, jakarta.transaction.Transaction txn)returns resource from the pool.ObjectPoolManager. getResource(ResourceSpec spec, ResourceAllocator alloc, ClientSecurityInfo info)Obtain a transactional resource such as JDBC connectionObjectPoolManagerImpl. getResource(ResourceSpec spec, ResourceAllocator alloc, ClientSecurityInfo info)ResourceHandleResourcePool. getResource(ResourceSpec spec, ResourceAllocator alloc, jakarta.transaction.Transaction tran)protected ResourceHandleConnectionPool. getResourceFromPool(ResourceAllocator alloc, ResourceSpec spec)return resource in free list.ResourceHandlePoolManager. getResourceFromPool(ResourceSpec spec, ResourceAllocator alloc, ClientSecurityInfo info, jakarta.transaction.Transaction tran)ResourceHandlePoolManagerImpl. getResourceFromPool(ResourceSpec spec, ResourceAllocator alloc, ClientSecurityInfo info, jakarta.transaction.Transaction tran)protected ResourceHandleAssocWithThreadResourcePool. getUnenlistedResource(ResourceSpec spec, ResourceAllocator alloc, jakarta.transaction.Transaction tran)return resource in free list.protected ResourceHandleConnectionPool. getUnenlistedResource(ResourceSpec spec, ResourceAllocator alloc, jakarta.transaction.Transaction tran)To provide an unenlisted, valid, matched resource from pool.protected ResourceHandleUnpooledResource. getUnenlistedResource(ResourceSpec spec, ResourceAllocator alloc, jakarta.transaction.Transaction tran)protected voidAssocWithThreadResourcePool. initializePoolDataStructure()protected voidConnectionPool. initializePoolDataStructure()protected voidConnectionPool. initializePoolWaitQueue()protected voidConnectionPool. initPool(ResourceAllocator allocator)protected voidUnpooledResource. initPool(ResourceAllocator allocator)protected ResourceHandleConnectionPool. internalGetResource(ResourceSpec spec, ResourceAllocator alloc, jakarta.transaction.Transaction tran)static ResourcePoolResourcePoolFactoryImpl. newInstance(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)voidPoolManager. reconfigPoolProperties(ConnectorConnectionPool ccp)voidPoolManagerImpl. reconfigPoolProperties(ConnectorConnectionPool ccp)voidConnectionPool. reconfigurePool(ConnectorConnectionPool poolResource)Reconfigure the Pool's properties.voidResourcePool. reconfigurePool(ConnectorConnectionPool ccp)protected voidConnectionPool. reconfigureSteadyPoolSize(int oldSteadyPoolSize, int newSteadyPoolSize)protected voidUnpooledResource. reconfigureSteadyPoolSize(int oldSteadyPoolSize, int newSteadyPoolSize)voidPoolManagerImpl. registerResource(ResourceHandle handle)Constructors in com.sun.enterprise.resource.pool that throw PoolingException Constructor Description AssocWithThreadResourcePool(PoolInfo poolInfo, Hashtable env)ConnectionPool(PoolInfo poolInfo, Hashtable env)UnpooledResource(PoolInfo poolInfo, Hashtable env)Creates a new instance of UnpooledResourcePool -
Uses of PoolingException in com.sun.enterprise.resource.pool.datastructure
Methods in com.sun.enterprise.resource.pool.datastructure that throw PoolingException Modifier and Type Method Description intDataStructure. addResource(ResourceAllocator allocator, int count)creates a new resource and adds to the datastructure.intListDataStructure. addResource(ResourceAllocator allocator, int count)creates a new resource and adds to the datastructure.intRWLockDataStructure. addResource(ResourceAllocator allocator, int count)creates a new resource and adds to the datastructure.static DataStructureDataStructureFactory. getDataStructure(String className, String parameters, int maxPoolSize, ResourceHandler handler, String strategyClass) -
Uses of PoolingException in com.sun.enterprise.resource.pool.waitqueue
Methods in com.sun.enterprise.resource.pool.waitqueue that throw PoolingException Modifier and Type Method Description static PoolWaitQueuePoolWaitQueueFactory. createPoolWaitQueue(String className) -
Uses of PoolingException in com.sun.enterprise.resource.rm
Methods in com.sun.enterprise.resource.rm that throw PoolingException Modifier and Type Method Description protected voidResourceManagerImpl. enlist(JavaEETransactionManager tm, jakarta.transaction.Transaction tran, ResourceHandle h)voidNoTxResourceManagerImpl. enlistResource(ResourceHandle h)Enlist theResourceHandlein the transaction This implementation of the method is expected to be a no-opvoidResourceManager. enlistResource(ResourceHandle h)Enlist the Resource handle to the transaction.voidResourceManagerImpl. enlistResource(ResourceHandle h)Enlist theResourceHandlein the transactionvoidSystemResourceManagerImpl. enlistResource(ResourceHandle handle)Register theResourceHandlein the transactionjakarta.transaction.TransactionNoTxResourceManagerImpl. getTransaction()Returns null since this connection is outside any tx contextjakarta.transaction.TransactionResourceManager. getTransaction()Returns the current Transaction, resource should be dealing with.jakarta.transaction.TransactionResourceManagerImpl. getTransaction()Returns the transaction component is participating.jakarta.transaction.TransactionSystemResourceManagerImpl. getTransaction()Returns the transaction component is participating.voidLazyEnlistableResourceManagerImpl. registerResource(ResourceHandle handle)Overridden to suspend lazyenlistment.voidNoTxResourceManagerImpl. registerResource(ResourceHandle handle)Register theResourceHandlein the transaction This implementation of the method is expected to be a no-opvoidResourceManager. registerResource(ResourceHandle handle)Register the resource for a transaction's house keeping activities.voidResourceManagerImpl. registerResource(ResourceHandle handle)Register theResourceHandlein the transactionvoidSystemResourceManagerImpl. registerResource(ResourceHandle handle)Dont do any thing for System Resource.
-