org.apache.servicemix.wsn.spring
Class WSNSpringComponent.LifeCycle

java.lang.Object
  extended by org.apache.servicemix.common.AsyncBaseLifeCycle
      extended by org.apache.servicemix.common.BaseLifeCycle
          extended by org.apache.servicemix.wsn.component.WSNLifeCycle
              extended by org.apache.servicemix.wsn.spring.WSNSpringComponent.LifeCycle
All Implemented Interfaces:
ComponentLifeCycle, MessageExchangeListener
Enclosing class:
WSNSpringComponent

public class WSNSpringComponent.LifeCycle
extends WSNLifeCycle


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.servicemix.wsn.component.WSNLifeCycle
WSNLifeCycle.WSNEndpointManager
 
Field Summary
protected  ServiceUnit su
           
 
Fields inherited from class org.apache.servicemix.common.AsyncBaseLifeCycle
channel, component, context, correlationId, currentState, executor, executorFactory, INITIALIZED, logger, mbeanName, poller, polling, processors, running, transactionManager, workManagerCreated
 
Constructor Summary
WSNSpringComponent.LifeCycle()
           
 
Method Summary
protected  void doInit()
           
protected  void doShutDown()
           
protected  void doStart()
           
protected  void doStop()
           
 
Methods inherited from class org.apache.servicemix.wsn.component.WSNLifeCycle
getConfiguration, getConnectionFactory, getCreatePullPoint, getExtensionMBean, getNotificationBroker, lookupConnectionFactory, setConfiguration, setConnectionFactory
 
Methods inherited from class org.apache.servicemix.common.BaseLifeCycle
onMessageExchange
 
Methods inherited from class org.apache.servicemix.common.AsyncBaseLifeCycle
createExecutorFactory, createExtensionMBeanName, exceptionShouldRollbackTx, findExecutorFactory, getContext, getCurrentState, getEPRServiceName, getExecutor, getExtensionMBeanName, getResolvedEPR, init, isInitialized, isShutDown, isStarted, isStopped, isUnknown, pollDeliveryChannel, prepareConsumerExchange, processExchange, processExchangeInTx, sendConsumerExchange, sendConsumerExchange, setComponent, setCurrentState, shutDown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

su

protected ServiceUnit su
Constructor Detail

WSNSpringComponent.LifeCycle

public WSNSpringComponent.LifeCycle()
Method Detail

doInit

protected void doInit()
               throws Exception
Overrides:
doInit in class WSNLifeCycle
Throws:
Exception

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class WSNLifeCycle
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class WSNLifeCycle
Throws:
Exception

doShutDown

protected void doShutDown()
                   throws Exception
Overrides:
doShutDown in class WSNLifeCycle
Throws:
Exception


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.