|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Initializable | |
org.sape.carbon.core.component.lifecycle | |
org.sape.carbon.services.cache.mru | This package contains all classes for defining and implementing Most Recently Used (MRU) caches. |
org.sape.carbon.services.cache.total | This package contains all classes for defining and implementing read-only and writable total caches. |
org.sape.carbon.services.jmx.server.mx4j | Contains the classes for an MX4J MBean Server and adapters to access it. |
org.sape.carbon.services.jndi | The JNDI service provides components that aid in the use of JNDI. |
org.sape.carbon.services.scheduler | |
org.sape.carbon.services.threadpool |
Uses of Initializable in org.sape.carbon.core.component.lifecycle |
Subinterfaces of Initializable in org.sape.carbon.core.component.lifecycle | |
interface |
ComponentLifecycle
ComponentLifecycle is a convenience that gathers all of the lifecycle operations under one interface. |
Uses of Initializable in org.sape.carbon.services.cache.mru |
Classes in org.sape.carbon.services.cache.mru that implement Initializable | |
class |
AbstractMRUCache
Class which provides a generic "Most Recently Used" cache. |
class |
DefaultMRUCacheImpl
Extends AbsractMRUCache to provide the get method Copyright 2002 Sapient |
class |
MultiGetMRUCache
This class extends the AbstractMRUCache to add multi-get functionality. |
Uses of Initializable in org.sape.carbon.services.cache.total |
Classes in org.sape.carbon.services.cache.total that implement Initializable | |
class |
WritableCache
The Total Cache implementation of the Cache interface is intended for access to data which expires periodically as a whole or which can be changed on the fly by clients. |
Uses of Initializable in org.sape.carbon.services.jmx.server.mx4j |
Classes in org.sape.carbon.services.jmx.server.mx4j that implement Initializable | |
class |
DefaultHttpAdaptorServiceImpl
This component implementation configures and sets up the MX4J HTTP adaptor to create a web interface to JMX. |
class |
Mx4jMBeanServerService
Creates a MX4J JMX MBean Server |
Uses of Initializable in org.sape.carbon.services.jndi |
Classes in org.sape.carbon.services.jndi that implement Initializable | |
class |
DefaultInitialContextFactoryImpl
Default implementation of InitialContextFactory |
Uses of Initializable in org.sape.carbon.services.scheduler |
Classes in org.sape.carbon.services.scheduler that implement Initializable | |
class |
DefaultSchedulerServiceImpl
Default implementation for the SchedulerService. |
Uses of Initializable in org.sape.carbon.services.threadpool |
Classes in org.sape.carbon.services.threadpool that implement Initializable | |
class |
DefaultThreadPoolImpl
This implementation of ThreadPool relys on Doug Lea's PooledExecutor thread pool thread pool implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |