|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.common.AsyncBaseLifeCycle
org.apache.servicemix.common.DefaultComponent
org.apache.servicemix.exec.ExecComponent
public class ExecComponent
A JBI component for executing system command using incoming message from the bus, get the system execution output and send back into the bus.
| Field Summary |
|---|
| Fields inherited from class org.apache.servicemix.common.DefaultComponent |
|---|
lifeCycle, logger, registry, serviceUnit, serviceUnitManager |
| Fields inherited from class org.apache.servicemix.common.AsyncBaseLifeCycle |
|---|
channel, component, consumerExecutor, container, context, correlationId, currentState, executorFactory, INITIALIZED, knownExchanges, mbeanName, poller, polling, providerExecutor, running, transactionManager, workManagerCreated |
| Constructor Summary | |
|---|---|
ExecComponent()
|
|
| Method Summary | |
|---|---|
protected java.util.List |
getConfiguredEndpoints()
|
protected java.lang.Class[] |
getEndpointClasses()
|
ExecEndpoint[] |
getEndpoints()
Get the component endpoints |
void |
setEndpoints(ExecEndpoint[] endpoints)
Set the component endpoints |
| 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, isKnownEndpoint, removeEndpoint, resolveEndpointReference, validateEndpoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.servicemix.common.ServiceMixComponent |
|---|
getContainer, getExecutor, getSmx3Container, handleExchange, prepareExchange, prepareShutdown |
| Constructor Detail |
|---|
public ExecComponent()
| Method Detail |
|---|
public ExecEndpoint[] getEndpoints()
public void setEndpoints(ExecEndpoint[] endpoints)
endpoints - the component endpointsprotected java.util.List getConfiguredEndpoints()
getConfiguredEndpoints in class DefaultComponentprotected java.lang.Class[] getEndpointClasses()
getEndpointClasses in class DefaultComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||