|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateTransitionException | |
org.sape.carbon.core.component.lifecycle |
Uses of StateTransitionException in org.sape.carbon.core.component.lifecycle |
Subclasses of StateTransitionException in org.sape.carbon.core.component.lifecycle | |
class |
NonFatalStateTransitionException
This exception should be thrown from lifecycle methods to signal that even though an exception occured within the lifecycle method, the component is still valid and the lifecycle interceptor should return the component to its last good state. |
Methods in org.sape.carbon.core.component.lifecycle that throw StateTransitionException | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |