Uses of Class
com.sun.ejb.containers.util.pool.PoolException
-
Packages that use PoolException Package Description com.sun.ejb.containers.util.pool -
-
Uses of PoolException in com.sun.ejb.containers.util.pool
Methods in com.sun.ejb.containers.util.pool that throw PoolException Modifier and Type Method Description ObjectObjectFactory. create(Object param)Create an object.ObjectAbstractPool. getObject(boolean canWait, Object param)Get an object.ObjectAbstractPool. getObject(long maxWaitTime, Object param)ObjectAbstractPool. getObject(Object param)ObjectNonBlockingPool. getObject(boolean canWait, Object param)Get an object.ObjectNonBlockingPool. getObject(long maxWaitTime, Object param)ObjectPool. getObject(boolean canWait, Object param)Deprecated.ObjectPool. getObject(long maxWaitTime, Object param)Deprecated.ObjectPool. getObject(Object param)Get an object from the pool within the specified time.
-