|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.sape.carbon.core.component | |
org.sape.carbon.core.bootstrap | |
org.sape.carbon.core.component | |
org.sape.carbon.core.component.factory | |
org.sape.carbon.core.component.lifecycle | |
org.sape.carbon.core.component.proxy | |
org.sape.carbon.core.component.startup | |
org.sape.carbon.core.config.interceptor | |
org.sape.carbon.core.config.type | |
org.sape.carbon.services.cache | The Cache Service is designed to cache frequently used data in a refreshable, high performance, thread-safe fashion. |
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.console | This package contains a graphical user interface for the Carbon Component Model. |
org.sape.carbon.services.deployment |
The DeploymentService is designed to help manage differences
in configurations between application deployments. |
org.sape.carbon.services.deployment.namelookup | NameLookups are components that provide the deployment service with names that specify either an environment or instance. |
org.sape.carbon.services.ejb | The EJB service facilitates Enterprise Java Bean lookup via a variety of factory methods. |
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.instrumentation.statistics | |
org.sape.carbon.services.jmx.server | |
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.remote | |
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.management.interceptor | |
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 used by org.sape.carbon.core.bootstrapComponentKeeper
|
Interface for the system component keeper. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.componentComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentKeeper
|
Interface for the system component keeper. ComponentKeeperConfiguration
|
Configuration interface for the ComponentKeeper. ComponentKeeperFactory
|
Factory interface for creating ComponentKeeper
instances
Copyright 2002 SapientLookup
|
This class provides a singleton interface to the component subsystem. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.component.factoryComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.component.lifecycleComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. ComponentException
|
Levelized Exception describing all Exceptions throwable by the Component-infrastructure (a.k.a the container). FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.component.proxyComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. ComponentException
|
Levelized Exception describing all Exceptions throwable by the Component-infrastructure (a.k.a the container). FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.component.startupComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.config.interceptorComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.config.typeComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.cacheFunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.cache.mruComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.cache.totalComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.carbonmanagementComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.consoleComponent
|
Marker interface that allows components to be referenced as Component instead of Object. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.deploymentComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.deployment.namelookupFunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.ejbComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.ejb.localComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.ejb.remoteComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.emailComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.instrumentation.statisticsComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.jmx.serverComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.jmx.server.mx4jComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.jmx.server.remoteFunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.jmx.server.weblogicComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.jndiComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.management.interceptorComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.perflogComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.schedulerComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.sqlComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.sql.connectionComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.sqldataloader.mruComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.sqldataloader.totalComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.threadpoolComponent
|
Marker interface that allows components to be referenced as Component instead of Object. ComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.services.uniqueidComponentConfiguration
|
This configuration is meant to be the base configurations needed for a Carbon Component. FunctionalInterface
|
This interface is a marker that must be extended by all component functional interfaces. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |