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

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

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

Methods in org.sape.carbon.core.component.lifecycle that throw InvalidStateException
 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 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.
protected  void DefaultLifecycleInterceptor.waitForResume()
          Waits for the component to return from the LifecycleStateEnum.SUSPENDED state to the LifecycleStateEnum.RUNNING state.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.