|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pool | |
---|---|
org.codehaus.xfire.util.factory | This package provides interfaces and classes for factory and pool functionality. |
Uses of Pool in org.codehaus.xfire.util.factory |
---|
Classes in org.codehaus.xfire.util.factory that implement Pool | |
---|---|
class |
CachingPool
A thread-unsafe implementation of Pool that does simple caching. |
class |
SimplePool
A simple implementation of Pool that uses null to indicate non-existent pool entry. |
class |
SingletonPool
Represents a pooling strategy that pools the data in a variable that's global to all threads. |
class |
ThreadSingletonPool
Represents a pooling strategy that pools the data into a ThreadLocal object. |
Constructors in org.codehaus.xfire.util.factory with parameters of type Pool | |
---|---|
PooledFactory(Factory factory,
Pool pool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |