|
|||||||
PREV NEXT | FRAMES NO FRAMES |
ObjectPool
.
KeyedPoolableObjectFactory
.
ObjectPool
.
PoolableObjectFactory
.
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()
.
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).
KeyedObjectPool
s.KeyedObjectPool
.
ObjectPool
s.ObjectPool
.
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 |