|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
KeyedPoolableObjectFactory
instance to work where a PoolableObjectFactory
is
needed.
KeyedPoolableObjectFactory
instance to work where a PoolableObjectFactory
is
needed using the specified key
when delegating.
PoolableObjectFactory
instance to work where a KeyedPoolableObjectFactory
is
needed.
KeyedObjectPool
instance to work where an ObjectPool
is needed.
KeyedObjectPool
instance to work where an ObjectPool
is needed using the
specified key
when delegating.
ObjectPool
to work where an KeyedObjectPool
is needed.
factory
,
passivate it, and then place it in the idle object pool.
factory
,
passivate it, and then placed in the idle object pool.
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
factory
or other
implementation dependent mechanism, passivate it, and then place it in the idle object pool.
IllegalStateException
when this pool has been closed.
IllegalStateException
when this pool has been closed.
KeyedObjectPool
.KeyedPoolableObjectFactory
.ObjectPool
.PoolableObjectFactory
.key
.
ObjectPool
and dynamically checks the type of objects borrowed and returned to the pool.
KeyedObjectPool
and dynamically checks the type of objects borrowed and returned to the keyedPool.
Collection
keys
in the keyedPool.
KeyedPoolableObjectFactory.destroyObject(Object, Object)
method on
each idle instance.
key
.
PoolableObjectFactory.destroyObject(Object)
method on each idle
instance.
key
.
key
(optional operation).
KeyedObjectPool
.
ObjectPool
.
GenericKeyedObjectPool.borrowObject(java.lang.Object)
method should block before throwing
an exception when the pool is exhausted and the
"when exhausted" action
is
GenericKeyedObjectPool.WHEN_EXHAUSTED_BLOCK
.
GenericObjectPool.borrowObject()
method should block before throwing
an exception when the pool is exhausted and the
"when exhausted" action
is
GenericObjectPool.WHEN_EXHAUSTED_BLOCK
.
GenericKeyedObjectPool.getMinEvictableIdleTimeMillis()
.
GenericObjectPool.getMinEvictableIdleTimeMillis()
.
GenericObjectPool.getSoftMinEvictableIdleTimeMillis()
.
numTests
idle object eviction tests, evicting
examined objects that meet the criteria for eviction.
numTests
idle object eviction tests, evicting
examined objects that meet the criteria for eviction.
KeyedObjectPool
implementation.GenericKeyedObjectPool
with no factory.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
using the specified values.
GenericKeyedObjectPool
.GenericKeyedObjectPool
instances.ObjectPool
implementation.GenericObjectPool
.GenericObjectPool
instances.GenericKeyedObjectPool.borrowObject(java.lang.Object)
method should block before throwing
an exception when the pool is exhausted and the
"when exhausted" action
is
GenericKeyedObjectPool.WHEN_EXHAUSTED_BLOCK
.
GenericObjectPool.borrowObject()
method should block before throwing
an exception when the pool is exhausted and the
"when exhausted" action
is
GenericObjectPool.WHEN_EXHAUSTED_BLOCK
.
key
.
key
.
key
(optional operation).
key
currently idle in this pool.
key
currently idle in this pool.
key
currently idle in this pool (optional operation).
true
, objects will be
validated
before being returned by the GenericKeyedObjectPool.borrowObject(java.lang.Object)
method.
validated
before being returned by the GenericObjectPool.borrowObject()
method.
true
, objects will be
validated
before being returned to the pool within the
GenericKeyedObjectPool.returnObject(java.lang.Object, java.lang.Object)
.
validated
before being returned to the pool within the
GenericObjectPool.returnObject(java.lang.Object)
.
true
, objects will be
validated
by the idle object evictor (if any).
validated
by the idle object evictor (if any).
GenericKeyedObjectPool.borrowObject(java.lang.Object)
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
GenericObjectPool.borrowObject()
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
obj
must have been obtained
using borrowObject
or a related method as defined in an implementation
or sub-interface
using a key
that is equivalent to the one used to
borrow the Object
in the first place.
KeyedObjectPool
s.KeyedObjectPool
.ObjectPool
s.ObjectPool
.addObject()
on pool
count
number of times.
addObject(Object)
on keyedPool
with key
count
number of times.
addObject(Object)
on keyedPool
with each key in keys
for
count
number of times.
factory
this pool uses
to create new instances.
factory
this pool uses
to create new instances.
factory
the pool uses
to create new instances.
factory
this pool uses
to create new instances.
factory
the pool uses
to create new instances (optional operation).
factory
this pool uses
to create new instances (optional operation).
GenericKeyedObjectPool.borrowObject(java.lang.Object)
method should block before throwing
an exception when the pool is exhausted and the
"when exhausted" action
is
GenericKeyedObjectPool.WHEN_EXHAUSTED_BLOCK
.
GenericObjectPool.borrowObject()
method should block before throwing
an exception when the pool is exhausted and the
"when exhausted" action
is
GenericObjectPool.WHEN_EXHAUSTED_BLOCK
.
true
, objects will be
validated
before being returned by the GenericKeyedObjectPool.borrowObject(java.lang.Object)
method.
validated
before being returned by the GenericObjectPool.borrowObject()
method.
true
, objects will be
validated
before being returned to the pool within the
GenericKeyedObjectPool.returnObject(java.lang.Object, java.lang.Object)
.
validated
before being returned to the pool within the
GenericObjectPool.returnObject(java.lang.Object)
.
true
, objects will be
validated
by the idle object evictor (if any).
validated
by the idle object evictor (if any).
GenericKeyedObjectPool.borrowObject(java.lang.Object)
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
GenericObjectPool.borrowObject()
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
SoftReference
based
ObjectPool
.SoftReferenceObjectPool
without a factory.
SoftReferenceObjectPool
with the specified factory.
Stack
-based KeyedObjectPool
implementation.SimpleKeyedObjectPool
using
the specified factory
to create new instances.
SimpleKeyedObjectPool
using
the specified factory
to create new instances.
SimpleKeyedObjectPool
using
the specified factory
to create new instances.
StackKeyedObjectPool
instances.Stack
-based ObjectPool
implementation.StackObjectPool
instances.delay
is non-positive, stop it
if it is already running.
GenericKeyedObjectPool.borrowObject(java.lang.Object)
method should block until a new object is available, or the
maximum wait time
has been reached.
GenericObjectPool.borrowObject()
method should block until a new object is available, or the
maximum wait time
has been reached.
GenericKeyedObjectPool.borrowObject(java.lang.Object)
method should fail, throwing a NoSuchElementException
.
GenericObjectPool.borrowObject()
method should fail, throwing a NoSuchElementException
.
GenericKeyedObjectPool.borrowObject(java.lang.Object)
method should simply create a new object anyway.
GenericObjectPool.borrowObject()
method should simply create a new object anyway.
KeyedPoolableObjectFactory
.
PoolableObjectFactory
.
each
pool.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |