Uses of Class
org.sape.carbon.core.component.lifecycle.OperationNotSupportedException

Packages that use OperationNotSupportedException
org.sape.carbon.core.component.lifecycle   
 

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

Methods in org.sape.carbon.core.component.lifecycle that throw OperationNotSupportedException
 void LifecycleInterceptor.initializeComponent(Component thisComponent)
          Run only once during the life of a Component, immediately after the Component is created.
 void LifecycleInterceptor.startComponent()
          Tells the Component to begin providing its service.
 void LifecycleInterceptor.stopComponent()
          Tells the Component to cease providing its service.
 void LifecycleInterceptor.suspendComponent()
          Tells the Component to suspend its service.
 void LifecycleInterceptor.resumeComponent()
          Tells the Component to resume its service.
 void LifecycleInterceptor.configureComponent(ComponentConfiguration configuration)
          Provides a Component with its Configuration.
 void LifecycleInterceptor.destroyComponent()
          Tells the Component prepare to die.
 void DefaultLifecycleInterceptor.initializeComponent(Component thisComponent)
          Run ONLY ONCE during the life of a Component, immediately after the Component is created.
 void DefaultLifecycleInterceptor.startComponent()
          Tells the Component to begin providing its service.
 void DefaultLifecycleInterceptor.stopComponent()
          Tells the Component to cease providing its service.
 void DefaultLifecycleInterceptor.suspendComponent()
          Tells the Component to suspend its service.
 void DefaultLifecycleInterceptor.resumeComponent()
          Tells the Component to resume its service.
 void DefaultLifecycleInterceptor.configureComponent(ComponentConfiguration configuration)
          Provides a Component with its Configuration.
 void DefaultLifecycleInterceptor.destroyComponent()
          Tells the Component prepare to die.
protected  void DefaultLifecycleInterceptor.internalSuspendComponent()
          Helper method to do the work of suspending a component.
protected  void DefaultLifecycleInterceptor.internalResumeComponent()
          Helper method to do the work of resuming a component.
protected  void DefaultLifecycleInterceptor.internalStopComponent()
          Helper method to do the work of suspending a component.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.