- getCapacity(String) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets the capacity of the pool for a named class.
- getCapacity(String) - Method in interface org.apache.fulcrum.pool.PoolService
-
Gets the capacity of the pool for a named class.
- getFactory() - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets the factory service.
- getInstance(String) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets an instance of a named class either from the pool or by calling the
Factory Service if the pool is empty.
- getInstance(String, ClassLoader) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets an instance of a named class either from the pool or by calling the
Factory Service if the pool is empty.
- getInstance(String, Object[], String[]) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets an instance of a named class either from the pool or by calling the
Factory Service if the pool is empty.
- getInstance(String, ClassLoader, Object[], String[]) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets an instance of a named class either from the pool or by calling the
Factory Service if the pool is empty.
- getInstance(Class<?>) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets an instance of a specified class either from the pool or by instatiating
from the class if the pool is empty.
- getInstance(Class<?>, Object[], String[]) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets an instance of a specified class either from the pool or by instatiating
from the class if the pool is empty.
- getInstance(Class<?>) - Method in interface org.apache.fulcrum.pool.PoolService
-
Gets an instance of a specified class either from the pool or by
instantiating from the class if the pool is empty.
- getInstance(Class<?>, Object[], String[]) - Method in interface org.apache.fulcrum.pool.PoolService
-
Gets an instance of a specified class either from the pool or by
instantiating from the class if the pool is empty.
- getSize(String) - Method in class org.apache.fulcrum.pool.DefaultPoolService
-
Gets the current size of the pool for a named class.
- getSize(String) - Method in interface org.apache.fulcrum.pool.PoolService
-
Gets the current size of the pool for a named class.