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

java.lang.Object
  extended by org.apache.cxf.jbi.se.state.AbstractServiceEngineStateMachine
      extended by org.apache.cxf.jbi.se.state.ServiceEngineShutdown
All Implemented Interfaces:
ServiceEngineStateMachine

public class ServiceEngineShutdown
extends AbstractServiceEngineStateMachine


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.cxf.jbi.se.state.ServiceEngineStateMachine
ServiceEngineStateMachine.SEOperation
 
Constructor Summary
ServiceEngineShutdown()
           
 
Method Summary
 void changeState(ServiceEngineStateMachine.SEOperation operation, javax.jbi.component.ComponentContext context)
           
 
Methods inherited from class org.apache.cxf.jbi.se.state.AbstractServiceEngineStateMachine
getSUManager, getTransportFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceEngineShutdown

public ServiceEngineShutdown()
Method Detail

changeState

public void changeState(ServiceEngineStateMachine.SEOperation operation,
                        javax.jbi.component.ComponentContext context)
                 throws javax.jbi.JBIException
Specified by:
changeState in interface ServiceEngineStateMachine
Overrides:
changeState in class AbstractServiceEngineStateMachine
Throws:
javax.jbi.JBIException


Apache CXF