|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ObjectFactory | |
| org.apache.avalon.excalibur.component | Extended component management services. |
| org.apache.avalon.excalibur.datasource | Datastore utilities. |
| org.apache.avalon.excalibur.pool | Object pool interfaces and implementations. |
| org.apache.avalon.excalibur.thread.impl | |
| Uses of ObjectFactory in org.apache.avalon.excalibur.component |
| Classes in org.apache.avalon.excalibur.component that implement ObjectFactory | |
class |
DefaultComponentFactory
Deprecated. ECM is no longer supported |
| Constructors in org.apache.avalon.excalibur.component with parameters of type ObjectFactory | |
DefaultComponentPool(ObjectFactory factory)
Deprecated. Initialize the Pool with an
ObjectFactory. |
|
DefaultComponentPool(ObjectFactory factory,
PoolController controller,
int minimumPoolSize,
int maximumPoolSIze)
Deprecated. Initialized the Pool with an alternative management
infrastructure. |
|
| Uses of ObjectFactory in org.apache.avalon.excalibur.datasource |
| Classes in org.apache.avalon.excalibur.datasource that implement ObjectFactory | |
class |
JdbcConnectionFactory
The Factory implementation for JdbcConnections. |
| Constructors in org.apache.avalon.excalibur.datasource with parameters of type ObjectFactory | |
ResourceLimitingJdbcConnectionPool(ObjectFactory factory,
int max,
boolean maxStrict,
boolean blocking,
long blockTimeout,
long trimInterval,
boolean autoCommit)
Creates a new ResourceLimitingJdbcConnectionPool |
|
| Uses of ObjectFactory in org.apache.avalon.excalibur.pool |
| Classes in org.apache.avalon.excalibur.pool that implement ObjectFactory | |
class |
DefaultObjectFactory
This is the default for factory that is used to create objects for Pool. |
| Fields in org.apache.avalon.excalibur.pool declared as ObjectFactory | |
protected ObjectFactory |
SingleThreadedPool.m_factory
|
protected ObjectFactory |
AbstractPool.m_factory
|
| Constructors in org.apache.avalon.excalibur.pool with parameters of type ObjectFactory | |
ValidatedResourceLimitingPool(ObjectFactory factory,
int max,
boolean maxStrict,
boolean blocking,
long blockTimeout,
long trimInterval)
Creates a new ValidatedResourceLimitingPool |
|
InstrumentedResourceLimitingPool(ObjectFactory factory,
int max,
boolean maxStrict,
boolean blocking,
long blockTimeout,
long trimInterval)
Creates a new InstrumentedResourceLimitingPool |
|
SingleThreadedPool(ObjectFactory factory,
int initial,
int maximum)
|
|
SingleThreadedPool(ObjectFactory factory,
PoolController controller,
int initial,
int maximum)
|
|
DefaultPool(ObjectFactory factory,
PoolController controller)
|
|
DefaultPool(ObjectFactory factory,
PoolController controller,
int initial,
int maximum)
|
|
DefaultPool(ObjectFactory factory)
|
|
SoftResourceLimitingPool(ObjectFactory factory)
Create an SoftResourceLimitingPool. |
|
SoftResourceLimitingPool(ObjectFactory factory,
int min)
Create an SoftResourceLimitingPool. |
|
SoftResourceLimitingPool(ObjectFactory factory,
int min,
int max)
Create an SoftResourceLimitingPool. |
|
SoftResourceLimitingPool(ObjectFactory factory,
PoolController controller,
int min,
int max)
Create an SoftResourceLimitingPool. |
|
HardResourceLimitingPool(ObjectFactory factory,
PoolController controller)
|
|
HardResourceLimitingPool(ObjectFactory factory,
PoolController controller,
int max)
|
|
HardResourceLimitingPool(ObjectFactory factory,
PoolController controller,
int initial,
int max)
|
|
HardResourceLimitingPool(ObjectFactory factory)
|
|
HardResourceLimitingPool(ObjectFactory factory,
int initial,
int maximum)
|
|
HardResourceLimitingPool(ObjectFactory factory,
int initial)
|
|
ResourceLimitingPool(ObjectFactory factory,
int max,
boolean maxStrict,
boolean blocking,
long blockTimeout,
long trimInterval)
Creates a new ResourceLimitingPool |
|
AbstractPool(ObjectFactory factory)
Create an AbstractPool. |
|
| Uses of ObjectFactory in org.apache.avalon.excalibur.thread.impl |
| Classes in org.apache.avalon.excalibur.thread.impl that implement ObjectFactory | |
class |
DefaultThreadPool
This class is the public frontend for the thread pool code. |
class |
InstrumentedResourceLimitingThreadPool
A Thread Pool which can be configured to have a hard limit on the maximum number of threads which will be allocated. |
class |
ResourceLimitingThreadPool
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||