Uses of Class org.objectweb.perseus.pool.api.PoolException

Uses in package org.objectweb.perseus.pool.lib

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)

Uses in package org.objectweb.perseus.pool.api

Methods which throw type org.objectweb.perseus.pool.api.PoolException

Object
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.

Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.