Uses of Interface
org.sape.carbon.core.component.lifecycle.Configurable

Packages that use Configurable
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. 
 

Uses of Configurable in org.sape.carbon.core.component.lifecycle
 

Subinterfaces of Configurable 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 Configurable in org.sape.carbon.core.component.startup
 

Classes in org.sape.carbon.core.component.startup that implement Configurable
 class DefaultStartupServiceImpl
          Default implementation of the Startup Service.
 

Uses of Configurable in org.sape.carbon.core.config.type
 

Classes in org.sape.carbon.core.config.type that implement Configurable
 class DefaultConfigurationTypeServiceImpl
          The default service that manages translating configuration data to and from its string value and object value.
 

Uses of Configurable in org.sape.carbon.services.cache.mru
 

Classes in org.sape.carbon.services.cache.mru that implement Configurable
 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 Configurable in org.sape.carbon.services.cache.total
 

Classes in org.sape.carbon.services.cache.total that implement Configurable
 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 Configurable in org.sape.carbon.services.carbonmanagement
 

Classes in org.sape.carbon.services.carbonmanagement that implement Configurable
 class DefaultCarbonManagementServiceImpl
          Default implementation of CarbonManagementService Copyright 2002 Sapient
 

Uses of Configurable in org.sape.carbon.services.deployment
 

Classes in org.sape.carbon.services.deployment that implement Configurable
 class DefaultDeploymentServiceImpl
          This implementation of DeploymentService uses BootStrapper.getEnvironmentName and BootStrapper.getInstanceName to determine which environment and instance the current deployment is.
 

Uses of Configurable in org.sape.carbon.services.ejb.local
 

Classes in org.sape.carbon.services.ejb.local that implement Configurable
 class LocalHomeFactoryImpl
          The implementation of the Local Home Factory
The following list summarizes the key entites involved in using this service Configuration Interface HomeFactoryConfiguration Functional Interface LocalHomeFactory
 

Uses of Configurable in org.sape.carbon.services.ejb.remote
 

Classes in org.sape.carbon.services.ejb.remote that implement Configurable
 class RemoteHomeFactoryImpl
          The functional implementation of the Remote Home Factory functional interface.
The following list summarizes the key entites involved in using this servive Configuration Interface RemoteHomeFactoryConfiguration Functional Interface RemoteHomeFactory
 

Uses of Configurable in org.sape.carbon.services.email
 

Classes in org.sape.carbon.services.email that implement Configurable
 class SynchronousMailService
          This is a synchronous implementation for sending emails over JavaMail API.
 

Uses of Configurable in org.sape.carbon.services.jmx.server.mx4j
 

Classes in org.sape.carbon.services.jmx.server.mx4j that implement Configurable
 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 Configurable in org.sape.carbon.services.jmx.server.weblogic
 

Classes in org.sape.carbon.services.jmx.server.weblogic that implement Configurable
 class WebLogicMBeanServerServiceImpl
          Weblogic specific implementation of the MBeanServerProvider interface.
 

Uses of Configurable in org.sape.carbon.services.jndi
 

Classes in org.sape.carbon.services.jndi that implement Configurable
 class DefaultInitialContextFactoryImpl
          Default implementation of InitialContextFactory
 

Uses of Configurable in org.sape.carbon.services.perflog
 

Classes in org.sape.carbon.services.perflog that implement Configurable
 class BoundedBufferPerformanceLogger
          This extension on the basic performance logger provides the additional capability to track timings over a period of time and get report on their minimums, maximum, averages and standard deviations.
 

Uses of Configurable in org.sape.carbon.services.scheduler
 

Classes in org.sape.carbon.services.scheduler that implement Configurable
 class DefaultSchedulerServiceImpl
          Default implementation for the SchedulerService.
 

Uses of Configurable in org.sape.carbon.services.sql
 

Classes in org.sape.carbon.services.sql that implement Configurable
 class DefaultStatementFactoryImpl
          The default implementation for the StatementFactory.
 

Uses of Configurable in org.sape.carbon.services.sql.connection
 

Classes in org.sape.carbon.services.sql.connection that implement Configurable
 class NamedDataSourceConnectionFactory
          Decorator Component for a JNDI DataSource.
 class StandaloneConnectionFactory
          A Factory for JDBC Connections.
 

Uses of Configurable in org.sape.carbon.services.sqldataloader.mru
 

Classes in org.sape.carbon.services.sqldataloader.mru that implement Configurable
 class SqlBeanMapMRUDataLoader
          Class provides a generic lookup class to users with a mechanism to cache data retreived from a table.
 

Uses of Configurable in org.sape.carbon.services.sqldataloader.total
 

Classes in org.sape.carbon.services.sqldataloader.total that implement Configurable
 class SqlBeanDataLoader
          Class provides a generic lookup class to users with a mechanism to cache data retreived from a table.
 

Uses of Configurable in org.sape.carbon.services.threadpool
 

Classes in org.sape.carbon.services.threadpool that implement Configurable
 class DefaultThreadPoolImpl
          This implementation of ThreadPool relys on Doug Lea's PooledExecutor thread pool thread pool implementation.
 

Uses of Configurable in org.sape.carbon.services.uniqueid
 

Classes in org.sape.carbon.services.uniqueid that implement Configurable
 class DefaultUniqueIDServiceImpl
          Default implementation of UniqueIDService interface.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.