org.sonatype.sisu.goodies.lifecycle
Interface LifecycleHandler


public interface LifecycleHandler

Live-cycle state-machine handler. This is the interface exposed to the generated state-machine for hooking up to custom behavior.

Since:
1.0

Method Summary
 void doFailed()
           
 void doReset()
           
 void doStart()
           
 void doStop()
           
 boolean isFailed()
           
 boolean isResettable()
           
 void log(String message)
           
 

Method Detail

log

void log(String message)

doStart

void doStart()

doStop

void doStop()

isFailed

boolean isFailed()

doFailed

void doFailed()

isResettable

boolean isResettable()

doReset

void doReset()


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.