Frames | No Frames |
Methods which throw type org.objectweb.perseus.pool.api.PoolException | |
Object | ArrayListPool.getResource(Object hints) getResource is used to allocate a PoolResource from the Pool. |
Object | LArrayPool.getResource(Object hints) |
Object | ArrayListPool.getResource(Object hints, Object user) getResource is used to allocate a PoolResource from the Pool. |
Object | LArrayPool.getResource(Object hints, Object user) |
void | ArrayListPool.releaseResource(Object resource) releaseResource releases a PoolResource in order to allow the
Pool to recycle this PoolResource. |
void | LArrayPool.releaseResource(Object resource) |
Methods which throw type org.objectweb.perseus.pool.api.PoolException | |
Object | PoolMatchFactory.createResource(Object hints) createResource creates a new PoolResource. |
Object | Pool.getResource(Object hints) getResource is used to allocate a PoolResource from the Pool. |
Object | Pool.getResource(Object hints, Object user) getResource is used to allocate a PoolResource from the Pool. |
void | Pool.releaseResource(Object resource) releaseResource releases a PoolResource in order to allow the
Pool to recycle this PoolResource. |