public class ProcessServiceEJBImpl extends ProcessServiceImpl implements ProcessService, ProcessServiceEJBLocal, ProcessServiceEJBRemote
dataService, deploymentService| Constructor and Description |
|---|
ProcessServiceEJBImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine engine) |
<T> T |
process(T variables,
ClassLoader cl)
Generic processing method that might be simply returning same instance of variables
if no processing is required.
|
void |
setDataService(RuntimeDataService dataService) |
void |
setDeploymentService(DeploymentService deploymentService) |
abortProcessInstance, abortProcessInstances, abortWorkItem, collectActiveSignals, completeWorkItem, disallowWhenNotActive, execute, execute, getAvailableSignals, getProcessInstance, getProcessInstance, getProcessInstanceVariable, getProcessInstanceVariables, getWorkItem, getWorkItemByProcessInstance, setProcessVariable, setProcessVariables, signalEvent, signalProcessInstance, signalProcessInstances, startProcess, startProcess, startProcess, startProcessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabortProcessInstance, abortProcessInstances, abortWorkItem, completeWorkItem, execute, execute, getAvailableSignals, getProcessInstance, getProcessInstance, getProcessInstanceVariable, getProcessInstanceVariables, getWorkItem, getWorkItemByProcessInstance, setProcessVariable, setProcessVariables, signalEvent, signalProcessInstance, signalProcessInstances, startProcess, startProcess, startProcess, startProcesspublic void setDeploymentService(DeploymentService deploymentService)
setDeploymentService in class ProcessServiceImplpublic void setDataService(RuntimeDataService dataService)
setDataService in class ProcessServiceImplpublic <T> T process(T variables,
ClassLoader cl)
VariablesAwareprocess in interface VariablesAwareprocess in class ProcessServiceImplvariables - object that holds varialble(s)cl - classloader that shall be used to operate on the variables e.g. project class loaderprotected void disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine engine)
disposeRuntimeEngine in class ProcessServiceImplCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.