| Name | Description | Type | Package | Framework |
| AutoRestartException | This is a specialized startup exception that instructs the CRT to automatically retry the startup. | Class | com.sapportals.wcm.crt.component | SAP NetWeaver |
| ComponentEvent | The event contains the component's URI and java class object. | Class | com.sapportals.wcm.crt.component | SAP NetWeaver |
| ComponentEvent .Type | Class | com.sapportals.wcm.crt.component | SAP NetWeaver | |
| ComponentException | The exception thrown to indicate a problem with Components. | Class | com.sapportals.wcm.crt.component | SAP NetWeaver |
| ComponentState | An enumeration of a component's possible states during runtime. | Class | com.sapportals.wcm.crt.component | SAP NetWeaver |
| ComponentStateHandler | This class must be used for state and life-cycle handling in component implementations. | Class | com.sapportals.wcm.crt.component | SAP NetWeaver |
| ComponentUri | A component URI (RFC2396 ) is an identifier for a component in the CRT. | Class | com.sapportals.wcm.crt | SAP NetWeaver |
| ContextException | The IContext is invalid. | Class | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IAutoStartable | The component will be automatically started when the CRT client is started. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IComponent | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver | |
| IComponentInfo | Information about the component such as name, description, etc. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IComponentListener | This interface is implemented by a component that wants to receive life-cycle events for other components within the same CRT client. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IComponentManager | A component manager manages all root components of a CRT client or all components within a container component. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IComponentManager .IComponentInformation | Defines a container for a compontent's information. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IConfigurable | This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IContainer | A component can choose to implement this interface to become the container for child components. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IContainerManager | A container manager is used by container components for managing their children. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IContext | The context contains services, settings and information that is supplied by the CRT and/or a container to the component. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IContextualizable | This inteface can be implemented by components that need a context. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| ILifecycleInfo | This interface can be impemented by components that want to provide information about their life-cycle. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IPoolable | An interface to mark a component as poolable. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IProxy | An interface to mark a component as a proxy. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IReconfigurable | This interface must be implemented by components that want to receive new configuration data after a successfull startup. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IReuseable | A poolable component that may be reused many times. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IStartable | A component must implement this interface if it has to acquire/release resources in order to execute its service methods. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| ISuspendable | This interface is used if a component needs to temporarily suspend execution during reconfiguration. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| IThreadSafe | A component implements this marker interface to declare that its code is thread-safe. | Interface | com.sapportals.wcm.crt.component | SAP NetWeaver |
| StartupException | Thrown when a startable component failed to initialize the resources it Copyright (c) SAP AG 2001-2002 | Class | com.sapportals.wcm.crt.component | SAP NetWeaver |