org.apache.cxf.jbi.se.state
Class ServiceEngineStateFactory

java.lang.Object
  extended by org.apache.cxf.jbi.se.state.ServiceEngineStateFactory

public final class ServiceEngineStateFactory
extends java.lang.Object


Method Summary
 ServiceEngineStateMachine getCurrentState()
           
static ServiceEngineStateFactory getInstance()
           
 ServiceEngineStateMachine getShutdownState()
           
 ServiceEngineStateMachine getStartState()
           
 ServiceEngineStateMachine getStopState()
           
 void setCurrentState(ServiceEngineStateMachine state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ServiceEngineStateFactory getInstance()

getCurrentState

public ServiceEngineStateMachine getCurrentState()

setCurrentState

public void setCurrentState(ServiceEngineStateMachine state)

getShutdownState

public ServiceEngineStateMachine getShutdownState()

getStopState

public ServiceEngineStateMachine getStopState()

getStartState

public ServiceEngineStateMachine getStartState()


Apache CXF