|
||||||
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
or other
implementation dependent mechanism, and place it into the pool.
factory
or other
implementation dependent mechanism, and place it into the pool.
ObjectPool
.KeyedPoolableObjectFactory
.ObjectPool
.PoolableObjectFactory
.ObjectPool
and dynamically checks the type of objects borrowed and returned to the keyedPool.
KeyedObjectPool
and dynamically checks the type of objects borrowed and returned to the keyedPool.
Collection
keys
in the keyedPool.
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()
.
KeyedObjectPool
implementation.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
.
validated
before being returned by the GenericKeyedObjectPool.borrowObject(java.lang.Object)
method.
validated
before being returned by the GenericObjectPool.borrowObject()
method.
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)
.
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).
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.
borrowObject
or a related method as defined in an implementation
or sub-interface.
KeyedObjectPool
s.KeyedObjectPool
.ObjectPool
s.ObjectPool
.addObject()
on keyedPool
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
I use
to create new instances (optional operation).
factory
I use
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
.
validated
before being returned by the GenericKeyedObjectPool.borrowObject(java.lang.Object)
method.
validated
before being returned by the GenericObjectPool.borrowObject()
method.
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)
.
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
.Stack
-based KeyedObjectPool
implementation.StackKeyedObjectPool
instances.Stack
-based ObjectPool
implementation.StackObjectPool
instances.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.
|
||||||
PREV NEXT | FRAMES NO FRAMES |