Uses of Package
org.sape.carbon.core.component.lifecycle

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.lifecycle
ComponentUnavailableException
          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.startup
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.core.config.type
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.cache.mru
Configurable
          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.total
Configurable
          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.carbonmanagement
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.deployment
Configurable
          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.local
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.ejb.remote
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.email
Configurable
          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.mx4j
Configurable
          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.weblogic
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.jndi
Configurable
          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.perflog
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.scheduler
Configurable
          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.sql
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.sql.connection
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.sqldataloader.mru
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.sqldataloader.total
Configurable
          The configure method must be implemented by all Components.
 

Classes in org.sape.carbon.core.component.lifecycle used by org.sape.carbon.services.threadpool
Configurable
          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.uniqueid
Configurable
          The configure method must be implemented by all Components.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.