public class ProcessComponent extends AbstractComponent
Modifier and Type | Field and Description |
---|---|
protected BPMS |
bpms
The underlying BPMS
|
protected Process |
process |
flowConstruct, interceptorChain, interceptors, lifecycleManager, logger, muleContext, notificationHandler, statistics
PHASE_NAME
PHASE_NAME
PHASE_NAME
PHASE_NAME
PROPERTY_NAME
Constructor and Description |
---|
ProcessComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
doDispose() |
protected void |
doInitialise() |
protected Object |
doInvoke(MuleEvent event) |
BPMS |
getBpms() |
String |
getName() |
protected Process |
getProcess() |
String |
getProcessIdField() |
String |
getResource() |
void |
setBpms(BPMS bpms) |
void |
setName(String name) |
void |
setProcessIdField(String processIdField) |
void |
setResource(String resource) |
applyLifecycleAndDependencyInjection, createResultEvent, dispose, doStart, doStop, fireComponentNotification, getAnnotation, getAnnotations, getFlowConstruct, getInterceptors, getStatistics, initialise, process, release, setAnnotations, setFlowConstruct, setInterceptors, setMessagingExceptionHandler, setMuleContext, start, stop, toString
protected void doInitialise() throws InitialisationException
doInitialise
in class AbstractComponent
InitialisationException
protected void doDispose()
doDispose
in class AbstractComponent
protected Object doInvoke(MuleEvent event) throws Exception
doInvoke
in class AbstractComponent
Exception
protected Process getProcess()
public String getName()
getName
in class AbstractComponent
public void setName(String name)
public void setResource(String resource)
public String getResource()
public String getProcessIdField()
public void setProcessIdField(String processIdField)
public BPMS getBpms()
public void setBpms(BPMS bpms)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.