|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Suspendable | |
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.scheduler | |
org.sape.carbon.services.threadpool |
Uses of Suspendable in org.sape.carbon.core.component.lifecycle |
Subinterfaces of Suspendable 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 Suspendable in org.sape.carbon.services.cache.total |
Classes in org.sape.carbon.services.cache.total that implement Suspendable | |
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 Suspendable in org.sape.carbon.services.deployment |
Classes in org.sape.carbon.services.deployment that implement Suspendable | |
class |
DefaultDeploymentServiceImpl
This implementation of DeploymentService uses
BootStrapper.getEnvironmentName and BootStrapper.getInstanceName to
determine which environment and instance the current deployment is. |
Uses of Suspendable in org.sape.carbon.services.scheduler |
Classes in org.sape.carbon.services.scheduler that implement Suspendable | |
class |
DefaultSchedulerServiceImpl
Default implementation for the SchedulerService. |
Uses of Suspendable in org.sape.carbon.services.threadpool |
Classes in org.sape.carbon.services.threadpool that implement Suspendable | |
class |
DefaultThreadPoolImpl
This implementation of ThreadPool relys on Doug Lea's PooledExecutor thread pool thread pool implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |