org.apache.servicemix.lwcontainer
Class LwContainerExtra

java.lang.Object
  extended by org.apache.servicemix.common.Endpoint
      extended by org.apache.servicemix.lwcontainer.LwContainerExtra

public class LwContainerExtra
extends Endpoint

Fake endpoint that hold components, endpoints, listeners and services.


Field Summary
 
Fields inherited from class org.apache.servicemix.common.Endpoint
definition, description, endpoint, interfaceName, logger, service, serviceUnit
 
Constructor Summary
LwContainerExtra(Map components, Map endpoints, EventListener[] listeners, BaseSystemService[] services)
           
 
Method Summary
 void activate()
           
protected  String createComponentID()
           
 void deactivate()
           
 ExchangeProcessor getProcessor()
           
 MessageExchange.Role getRole()
           
 
Methods inherited from class org.apache.servicemix.common.Endpoint
getDefinition, getDescription, getEndpoint, getInterfaceName, getKey, getService, getServiceUnit, isExchangeOkay, setDefinition, setDescription, setEndpoint, setInterfaceName, setService, setServiceUnit, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LwContainerExtra

public LwContainerExtra(Map components,
                        Map endpoints,
                        EventListener[] listeners,
                        BaseSystemService[] services)
Method Detail

activate

public void activate()
              throws Exception
Specified by:
activate in class Endpoint
Throws:
Exception

deactivate

public void deactivate()
                throws Exception
Specified by:
deactivate in class Endpoint
Throws:
Exception

getProcessor

public ExchangeProcessor getProcessor()
Specified by:
getProcessor in class Endpoint

getRole

public MessageExchange.Role getRole()
Specified by:
getRole in class Endpoint

createComponentID

protected String createComponentID()


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