|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Loggable | |
org.apache.avalon.excalibur.component | |
org.apache.avalon.excalibur.datasource | |
org.apache.avalon.excalibur.pool | |
org.apache.avalon.framework.logger |
Uses of Loggable in org.apache.avalon.excalibur.component |
Classes in org.apache.avalon.excalibur.component that implement Loggable | |
class |
ComponentHandler
This class acts like a Factory to instantiate the correct version of the ComponentHandler that you need. |
class |
DefaultComponentFactory
Factory for Avalon components. |
class |
DefaultComponentManager
Deprecated. Please use ExcaliburComponentManager instead |
class |
DefaultComponentPool
This is the implementation of Pool for Avalon
Components that is thread safe. |
class |
DefaultComponentSelector
Deprecated. use ExcaliburComponentSelector instead. |
class |
DefaultRoleManager
Default RoleManager implementation. |
class |
ExcaliburComponentManager
Default component manager for Avalon's components. |
class |
ExcaliburComponentSelector
Default component selector for Avalon's components. |
class |
PoolableComponentHandler
The PoolableComponentHandler to make sure components are initialized and destroyed correctly. |
class |
ThreadSafeComponentHandler
The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly. |
Uses of Loggable in org.apache.avalon.excalibur.datasource |
Classes in org.apache.avalon.excalibur.datasource that implement Loggable | |
class |
J2eeDataSource
The J2EE implementation for DataSources in Cocoon. |
class |
JdbcConnection
The Connection object used in conjunction with the JdbcDataSource object. |
class |
JdbcConnectionFactory
The Factory implementation for JdbcConnections. |
class |
JdbcConnectionPool
The Pool implementation for JdbcConnections. |
class |
JdbcDataSource
The Default implementation for DataSources in Avalon. |
Uses of Loggable in org.apache.avalon.excalibur.pool |
Classes in org.apache.avalon.excalibur.pool that implement Loggable | |
class |
AbstractPool
This is an Pool that caches Poolable objects for reuse. |
class |
DefaultPool
This is an Pool that caches Poolable objects for reuse. |
class |
HardResourceLimitingPool
This is a implementation of Pool that is thread safe. |
class |
SoftResourceLimitingPool
This is an Pool that caches Poolable objects for reuse. |
Uses of Loggable in org.apache.avalon.framework.logger |
Classes in org.apache.avalon.framework.logger that implement Loggable | |
class |
AbstractLoggable
Utility class to allow construction of easy components that will perform logging. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |