Package | Description |
---|---|
org.camunda.bpm.application | |
org.camunda.bpm.application.impl |
Modifier and Type | Method and Description |
---|---|
<T> T |
ProcessApplicationInterface.execute(Callable<T> callable)
The default implementation simply modifies the Context
ClassLoader |
<T> T |
AbstractProcessApplication.execute(Callable<T> callable) |
Modifier and Type | Method and Description |
---|---|
<T> T |
EmbeddedProcessApplication.execute(Callable<T> callable)
Since the process engine is loaded by the same classloader
as the process application, nothing needs to be done.
|
<T> T |
EjbProcessApplication.execute(Callable<T> callable) |
Copyright © 2015. All rights reserved.