Uses of Package
com.sapportals.wcm.crt.component

Packages that use com.sapportals.wcm.crt.component
com.sap.netweaver.bc.rf.mi Contains repository framework manager interface. 
com.sap.netweaver.bc.serialize   
com.sap.netweaver.kmc.configresolver   
com.sap.netweaver.kmc.relateditems   
com.sapportals.wcm.crt Provides access to the component runtime system. 
com.sapportals.wcm.crt.component Provides interfaces for CRT component implementations. 
com.sapportals.wcm.protocol.webdav.repository.monitor   
com.sapportals.wcm.repository.filter Contains interfaces and classes to define repository filters. 
com.sapportals.wcm.repository.manager Contains interfaces for repository managers. 
com.sapportals.wcm.repository.service Contains the repository service factory interface. 
com.sapportals.wcm.repository.util Provides a service to support the handling of resource types. 
com.sapportals.wcm.service Contains the service factory. 
com.sapportals.wcm.service.ridid   
com.sapportals.wcm.service.scheduler Provides a service that controls the execution of tasks. 
com.sapportals.wcm.service.wastebasket   
 

Classes in com.sapportals.wcm.crt.component used by com.sap.netweaver.bc.rf.mi
ComponentState
          An enumeration of a component's possible states during runtime.
ComponentStateHandler
          This class must be used for state and life-cycle handling in component implementations.
ContextException
          The IContext is invalid.
IComponent
          A marker interface for all CRT components.
IComponentInfo
          Information about the component such as name, description, etc.
IComponentManager
          A component manager manages all root components of a CRT client or all components within a container component.
IConfigurable
          This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration provider.
IContainer
          A component can choose to implement this interface to become the container for child components.
IContext
          The context contains services, settings and information that is supplied by the CRT and/or a container to the component.
IContextualizable
          This inteface can be implemented by components that need a context.
ILifecycleInfo
          This interface can be implemented by components that want to provide information about their life-cycle.
IStartable
          A component must implement this interface if it has to acquire/release resources in order to execute its service methods.
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
StartupException
          Thrown when a startable component failed to initialize the resources it needs.
 

Classes in com.sapportals.wcm.crt.component used by com.sap.netweaver.bc.serialize
ComponentEvent
          The event contains the component's URI and java class object.
IComponentListener
          This interface is implemented by a component that wants to receive life-cycle events for other components within the same CRT client.
 

Classes in com.sapportals.wcm.crt.component used by com.sap.netweaver.kmc.configresolver
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
 

Classes in com.sapportals.wcm.crt.component used by com.sap.netweaver.kmc.relateditems
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.crt
ComponentException
          The exception thrown to indicate a problem with Components.
IComponent
          A marker interface for all CRT components.
IComponentListener
          This interface is implemented by a component that wants to receive life-cycle events for other components within the same CRT client.
IComponentManager
          A component manager manages all root components of a CRT client or all components within a container component.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.crt.component
ComponentEvent
          The event contains the component's URI and java class object.
ComponentEvent.Type
           
ComponentException
          The exception thrown to indicate a problem with Components.
ComponentState
          An enumeration of a component's possible states during runtime.
ContextException
          The IContext is invalid.
IComponent
          A marker interface for all CRT components.
IComponentInfo
          Information about the component such as name, description, etc.
IComponentManager
          A component manager manages all root components of a CRT client or all components within a container component.
IComponentManager.IComponentInformation
          Defines a container for a compontent's information.
IContainerManager
          A container manager is used by container components for managing their children.
IContext
          The context contains services, settings and information that is supplied by the CRT and/or a container to the component.
IContextualizable
          This inteface can be implemented by components that need a context.
ILifecycleInfo
          This interface can be implemented by components that want to provide information about their life-cycle.
IPoolable
          An interface to mark a component as poolable.
IStartable
          A component must implement this interface if it has to acquire/release resources in order to execute its service methods.
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
StartupException
          Thrown when a startable component failed to initialize the resources it needs.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.protocol.webdav.repository.monitor
ComponentState
          An enumeration of a component's possible states during runtime.
ContextException
          The IContext is invalid.
IComponent
          A marker interface for all CRT components.
IComponentInfo
          Information about the component such as name, description, etc.
IComponentManager
          A component manager manages all root components of a CRT client or all components within a container component.
IContainer
          A component can choose to implement this interface to become the container for child components.
IContext
          The context contains services, settings and information that is supplied by the CRT and/or a container to the component.
IContextualizable
          This inteface can be implemented by components that need a context.
ILifecycleInfo
          This interface can be implemented by components that want to provide information about their life-cycle.
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
StartupException
          Thrown when a startable component failed to initialize the resources it needs.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.repository.filter
ComponentState
          An enumeration of a component's possible states during runtime.
ComponentStateHandler
          This class must be used for state and life-cycle handling in component implementations.
IComponent
          A marker interface for all CRT components.
IComponentInfo
          Information about the component such as name, description, etc.
IConfigurable
          This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration provider.
ILifecycleInfo
          This interface can be implemented by components that want to provide information about their life-cycle.
IStartable
          A component must implement this interface if it has to acquire/release resources in order to execute its service methods.
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
StartupException
          Thrown when a startable component failed to initialize the resources it needs.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.repository.manager
ComponentEvent
          The event contains the component's URI and java class object.
IComponentListener
          This interface is implemented by a component that wants to receive life-cycle events for other components within the same CRT client.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.repository.service
ComponentEvent
          The event contains the component's URI and java class object.
ComponentState
          An enumeration of a component's possible states during runtime.
ComponentStateHandler
          This class must be used for state and life-cycle handling in component implementations.
IAutoStartable
          The component will be automatically started when the CRT client is started.
IComponent
          A marker interface for all CRT components.
IComponentInfo
          Information about the component such as name, description, etc.
IComponentListener
          This interface is implemented by a component that wants to receive life-cycle events for other components within the same CRT client.
IConfigurable
          This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration provider.
ILifecycleInfo
          This interface can be implemented by components that want to provide information about their life-cycle.
IStartable
          A component must implement this interface if it has to acquire/release resources in order to execute its service methods.
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
StartupException
          Thrown when a startable component failed to initialize the resources it needs.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.repository.util
ComponentEvent
          The event contains the component's URI and java class object.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.service
ComponentState
          An enumeration of a component's possible states during runtime.
ComponentStateHandler
          This class must be used for state and life-cycle handling in component implementations.
IComponent
          A marker interface for all CRT components.
IComponentInfo
          Information about the component such as name, description, etc.
IConfigurable
          This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration provider.
ILifecycleInfo
          This interface can be implemented by components that want to provide information about their life-cycle.
IStartable
          A component must implement this interface if it has to acquire/release resources in order to execute its service methods.
StartupException
          Thrown when a startable component failed to initialize the resources it needs.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.service.ridid
IConfigurable
          This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration provider.
IStartable
          A component must implement this interface if it has to acquire/release resources in order to execute its service methods.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.service.scheduler
IComponent
          A marker interface for all CRT components.
 

Classes in com.sapportals.wcm.crt.component used by com.sapportals.wcm.service.wastebasket
IAutoStartable
          The component will be automatically started when the CRT client is started.
IComponent
          A marker interface for all CRT components.
IComponentInfo
          Information about the component such as name, description, etc.
IComponentListener
          This interface is implemented by a component that wants to receive life-cycle events for other components within the same CRT client.
IConfigurable
          This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration provider.
ILifecycleInfo
          This interface can be implemented by components that want to provide information about their life-cycle.
IReconfigurable
          This interface must be implemented by components that want to receive new configuration data after a successfull startup.
IStartable
          A component must implement this interface if it has to acquire/release resources in order to execute its service methods.
IThreadSafe
          A component implements this marker interface to declare that its code is thread-safe.
StartupException
          Thrown when a startable component failed to initialize the resources it needs.
 



Copyright 2014 SAP AG Complete Copyright Notice