|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Startable | |
org.sape.carbon.core.component.lifecycle | |
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.deployment |
The DeploymentService is designed to help manage differences
in configurations between application deployments. |
org.sape.carbon.services.email | Contains the interfaces and implementations of an email sending service. |
org.sape.carbon.services.jmx.server.mx4j | Contains the classes for an MX4J MBean Server and adapters to access it. |
org.sape.carbon.services.scheduler | |
org.sape.carbon.services.threadpool |
Uses of Startable in org.sape.carbon.core.component.lifecycle |
Subinterfaces of Startable 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 Startable in org.sape.carbon.services.cache.total |
Classes in org.sape.carbon.services.cache.total that implement Startable | |
class |
AbstractTotalCache
This is the base class for caches of data that load all of their contents into memory. |
class |
ReadOnlyCache
This Total Cache implementation is intended for fast reading of data which expires periodically as a whole. |
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 Startable in org.sape.carbon.services.deployment |
Classes in org.sape.carbon.services.deployment that implement Startable | |
class |
DefaultDeploymentServiceImpl
This implementation of DeploymentService uses
BootStrapper.getEnvironmentName and BootStrapper.getInstanceName to
determine which environment and instance the current deployment is. |
Uses of Startable in org.sape.carbon.services.email |
Classes in org.sape.carbon.services.email that implement Startable | |
class |
SynchronousMailService
This is a synchronous implementation for sending emails over JavaMail API. |
Uses of Startable in org.sape.carbon.services.jmx.server.mx4j |
Classes in org.sape.carbon.services.jmx.server.mx4j that implement Startable | |
class |
DefaultHttpAdaptorServiceImpl
This component implementation configures and sets up the MX4J HTTP adaptor to create a web interface to JMX. |
class |
DefaultJrmpRemotingImpl
This is the default and very simple implementation of a JRMP admin server built via the functionality in the MX4J JMX implementation. |
Uses of Startable in org.sape.carbon.services.scheduler |
Classes in org.sape.carbon.services.scheduler that implement Startable | |
class |
DefaultSchedulerServiceImpl
Default implementation for the SchedulerService. |
Uses of Startable in org.sape.carbon.services.threadpool |
Classes in org.sape.carbon.services.threadpool that implement Startable | |
class |
DefaultThreadPoolImpl
This implementation of ThreadPool relys on Doug Lea's PooledExecutor thread pool thread pool implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |