|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.sape.carbon.core.component.lifecycle | |
org.sape.carbon.core.component.lifecycle | |
org.sape.carbon.core.component.startup | |
org.sape.carbon.core.config.type | |
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.carbonmanagement | |
org.sape.carbon.services.deployment |
The DeploymentService is designed to help manage differences
in configurations between application deployments. |
org.sape.carbon.services.ejb.local | Supports the lookup of Local EJBs as per the EJB 2.0 specification. |
org.sape.carbon.services.ejb.remote | Supports the lookup of remote EJBs as per the EJB specification. |
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.jmx.server.weblogic | Contains the classes for connecting to Weblogic 7.0's MBean server. |
org.sape.carbon.services.jndi | The JNDI service provides components that aid in the use of JNDI. |
org.sape.carbon.services.perflog | |
org.sape.carbon.services.scheduler | |
org.sape.carbon.services.sql |
The Carbon SQL service comprises of
SqlStatementFactory - The functional interface to the component
DefaultStatementFactoryImpl - The default funtional implementation that defines the
createPreparedStatement and createCallableStatement methods. |
org.sape.carbon.services.sql.connection | Contains the classes used to connect to JDBC datasources and driver connections through a configured setup. |
org.sape.carbon.services.sqldataloader.mru | |
org.sape.carbon.services.sqldataloader.total | |
org.sape.carbon.services.threadpool | |
org.sape.carbon.services.uniqueid | The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.core.component.lifecycleComponentUnavailableException
|
Thrown when a request for service cannot be handled, due to the Component being Stopped or Suspended. Configurable
|
The configure method must be implemented by all Components.DefaultLifecycleInterceptorConfiguration
|
This configuration represents the configuration for the Default implementation of the Lifecycle Interceptor. Destroyable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container destroy operations. Initializable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container initialize operations. InvalidStateException
|
Indicates that the component is in an unexpected state. LifecycleException
|
Levelized Exception describing all Exceptions throwable within the Lifecycle package. LifecycleInterceptor
|
Defines the operations exposed by a lifecycle managing decorating filter. LifecycleStateEnum
|
LifecycleStateEnum defines the Enumeration of states that a Component can have at any point in the Lifecycle. LifecycleStateEnum.LifecycleStateEnumNotFoundException
|
OperationNotSupportedException
|
Indicates that the lifecycle operation requested is not supported by the component. Startable
|
This interface should be implemented by Components that wish to provide callback methods to participate in lifecycle start and stop operations. StateTransitionException
|
Indicates a failure to complete a lifecycle operation. Suspendable
|
This interface should be implemented by Components that require (re)configurability. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.core.component.startupConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.core.config.typeConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.cache.mruConfigurable
|
The configure method must be implemented by all Components.Initializable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container initialize operations. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.cache.totalConfigurable
|
The configure method must be implemented by all Components.Initializable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container initialize operations. Startable
|
This interface should be implemented by Components that wish to provide callback methods to participate in lifecycle start and stop operations. Suspendable
|
This interface should be implemented by Components that require (re)configurability. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.carbonmanagementConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.deploymentConfigurable
|
The configure method must be implemented by all Components.Startable
|
This interface should be implemented by Components that wish to provide callback methods to participate in lifecycle start and stop operations. Suspendable
|
This interface should be implemented by Components that require (re)configurability. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.ejb.localConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.ejb.remoteConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.emailConfigurable
|
The configure method must be implemented by all Components.Startable
|
This interface should be implemented by Components that wish to provide callback methods to participate in lifecycle start and stop operations. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.jmx.server.mx4jConfigurable
|
The configure method must be implemented by all Components.Destroyable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container destroy operations. Initializable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container initialize operations. Startable
|
This interface should be implemented by Components that wish to provide callback methods to participate in lifecycle start and stop operations. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.jmx.server.weblogicConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.jndiConfigurable
|
The configure method must be implemented by all Components.Initializable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container initialize operations. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.perflogConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.schedulerConfigurable
|
The configure method must be implemented by all Components.Initializable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container initialize operations. Startable
|
This interface should be implemented by Components that wish to provide callback methods to participate in lifecycle start and stop operations. Suspendable
|
This interface should be implemented by Components that require (re)configurability. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.sqlConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.sql.connectionConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.sqldataloader.mruConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.sqldataloader.totalConfigurable
|
The configure method must be implemented by all Components. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.threadpoolConfigurable
|
The configure method must be implemented by all Components.Destroyable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container destroy operations. Initializable
|
This interface should be implemented by Components that wish to provide a callback method to participate in container initialize operations. Startable
|
This interface should be implemented by Components that wish to provide callback methods to participate in lifecycle start and stop operations. Suspendable
|
This interface should be implemented by Components that require (re)configurability. |
Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.uniqueidConfigurable
|
The configure method must be implemented by all Components. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |