org.sonatype.sisu.goodies.lifecycle
Class LifecycleHandlerContext.LifecycleHandlerState
java.lang.Object
statemap.State
org.sonatype.sisu.goodies.lifecycle.LifecycleHandlerContext.LifecycleHandlerState
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LifecycleHandlerContext.MainMap_Default
- Enclosing class:
- LifecycleHandlerContext
public abstract static class LifecycleHandlerContext.LifecycleHandlerState
- extends statemap.State
- See Also:
- Serialized Form
Fields inherited from class statemap.State |
TRANSITION_DEFINED_DEFAULT, TRANSITION_DEFINED_LOCALLY, TRANSITION_UNDEFINED |
Methods inherited from class statemap.State |
getId, getName, toString |
LifecycleHandlerContext.LifecycleHandlerState
protected LifecycleHandlerContext.LifecycleHandlerState(String name,
int id)
Entry
protected void Entry(LifecycleHandlerContext context)
Exit
protected void Exit(LifecycleHandlerContext context)
fail
protected void fail(LifecycleHandlerContext context)
start
protected void start(LifecycleHandlerContext context)
started
protected void started(LifecycleHandlerContext context)
stop
protected void stop(LifecycleHandlerContext context)
stopped
protected void stopped(LifecycleHandlerContext context)
Default
protected void Default(LifecycleHandlerContext context)
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.