Uses of Class
org.apache.cxf.jbi.se.state.ServiceEngineStateMachine.SEOperation

Packages that use ServiceEngineStateMachine.SEOperation
org.apache.cxf.jbi.se.state   
 

Uses of ServiceEngineStateMachine.SEOperation in org.apache.cxf.jbi.se.state
 

Methods in org.apache.cxf.jbi.se.state that return ServiceEngineStateMachine.SEOperation
static ServiceEngineStateMachine.SEOperation ServiceEngineStateMachine.SEOperation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceEngineStateMachine.SEOperation[] ServiceEngineStateMachine.SEOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cxf.jbi.se.state with parameters of type ServiceEngineStateMachine.SEOperation
 void AbstractServiceEngineStateMachine.changeState(ServiceEngineStateMachine.SEOperation operation, javax.jbi.component.ComponentContext context)
           
 void ServiceEngineStateMachine.changeState(ServiceEngineStateMachine.SEOperation operation, javax.jbi.component.ComponentContext context)
           
 void ServiceEngineStop.changeState(ServiceEngineStateMachine.SEOperation operation, javax.jbi.component.ComponentContext context)
           
 void ServiceEngineStart.changeState(ServiceEngineStateMachine.SEOperation operation, javax.jbi.component.ComponentContext context)
           
 void ServiceEngineShutdown.changeState(ServiceEngineStateMachine.SEOperation operation, javax.jbi.component.ComponentContext context)
           
 



Apache CXF