|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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.bootstrap | |
ComponentKeeper
Interface for the system component keeper. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.component | |
Component
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 Sapient |
|
Lookup
This class provides a singleton interface to the component subsystem. |
Classes in org.sape.carbon.core.component used by org.sape.carbon.core.component.factory | |
Component
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.lifecycle | |
Component
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.proxy | |
Component
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.startup | |
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.interceptor | |
Component
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.type | |
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 | |
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.mru | |
Component
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.total | |
Component
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.carbonmanagement | |
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.console | |
Component
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.deployment | |
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.deployment.namelookup | |
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 | |
ComponentConfiguration
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.local | |
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.ejb.remote | |
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.email | |
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.instrumentation.statistics | |
Component
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 | |
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.mx4j | |
Component
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.remote | |
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.weblogic | |
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.jndi | |
Component
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.interceptor | |
Component
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.perflog | |
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.scheduler | |
Component
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.sql | |
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.sql.connection | |
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.sqldataloader.mru | |
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.sqldataloader.total | |
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.threadpool | |
Component
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.uniqueid | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |