org.sonatype.sisu.goodies.lifecycle
Class LifecycleHandlerContext.LifecycleHandlerState

java.lang.Object
  extended by statemap.State
      extended by 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

Field Summary
 
Fields inherited from class statemap.State
TRANSITION_DEFINED_DEFAULT, TRANSITION_DEFINED_LOCALLY, TRANSITION_UNDEFINED
 
Constructor Summary
protected LifecycleHandlerContext.LifecycleHandlerState(String name, int id)
           
 
Method Summary
protected  void Default(LifecycleHandlerContext context)
           
protected  void Entry(LifecycleHandlerContext context)
           
protected  void Exit(LifecycleHandlerContext context)
           
protected  void fail(LifecycleHandlerContext context)
           
protected  void start(LifecycleHandlerContext context)
           
protected  void started(LifecycleHandlerContext context)
           
protected  void stop(LifecycleHandlerContext context)
           
protected  void stopped(LifecycleHandlerContext context)
           
 
Methods inherited from class statemap.State
getId, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LifecycleHandlerContext.LifecycleHandlerState

protected LifecycleHandlerContext.LifecycleHandlerState(String name,
                                                        int id)
Method Detail

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.