org.apache.servicemix.drools
Class DroolsComponent
java.lang.Object
org.apache.servicemix.common.AsyncBaseLifeCycle
org.apache.servicemix.common.BaseLifeCycle
org.apache.servicemix.common.DefaultComponent
org.apache.servicemix.drools.DroolsComponent
- All Implemented Interfaces:
- Component, ComponentLifeCycle, ServiceMixComponent, MessageExchangeListener
public class DroolsComponent
- extends DefaultComponent
- Author:
- gnodet
| Fields inherited from class org.apache.servicemix.common.AsyncBaseLifeCycle |
channel, component, context, correlationId, currentState, executor, executorFactory, INITIALIZED, mbeanName, poller, polling, processors, running, transactionManager, workManagerCreated |
| Methods inherited from class org.apache.servicemix.common.DefaultComponent |
addEndpoint, asList, createRegistry, createServiceUnitManager, doInit, doShutDown, doStart, doStop, getComponentContext, getComponentName, getEPRElementName, getEPRProtocols, getEPRServiceName, getLifeCycle, getLogger, getRegistry, getServiceDescription, getServiceUnit, getServiceUnitManager, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, removeEndpoint, resolveEndpointReference, validateEndpoint |
| Methods inherited from class org.apache.servicemix.common.AsyncBaseLifeCycle |
createExecutorFactory, createExtensionMBeanName, exceptionShouldRollbackTx, findExecutorFactory, getContext, getCurrentState, getExecutor, getExtensionMBean, 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 |
DROOLS_CORRELATION_ID
public static final String DROOLS_CORRELATION_ID
- Property to correlate servicemix-drools exchanges
- See Also:
- Constant Field Values
DroolsComponent
public DroolsComponent()
getConfiguredEndpoints
protected List getConfiguredEndpoints()
- Specified by:
getConfiguredEndpoints in class DefaultComponent
getEndpointClasses
protected Class[] getEndpointClasses()
- Specified by:
getEndpointClasses in class DefaultComponent
getEndpoints
public DroolsEndpoint[] getEndpoints()
- Returns:
- the endpoints
setEndpoints
public void setEndpoints(DroolsEndpoint[] endpoints)
- Parameters:
endpoints - the endpoints to set
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.