|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.processengine.ProcessEngineImpl
org.jbpm.pvm.internal.processengine.SpringProcessEngine
public class SpringProcessEngine
this environment factory will see only the singleton beans.
The created SpringEnvironments will see the prototype beans and it
will cache them.
| Field Summary |
|---|
| Fields inherited from class org.jbpm.pvm.internal.processengine.ProcessEngineImpl |
|---|
authenticatedUserIdThreadLocal, JBPM_LIBRARY_VERSION, processEngineWireContext, transactionWireDefinition, userCommandService, userProvidedEnvironmentObjectsThreadLocal |
| Fields inherited from interface org.jbpm.pvm.internal.env.Context |
|---|
CONTEXTNAME_EXECUTION, CONTEXTNAME_JOB, CONTEXTNAME_PROCESS_ENGINE, CONTEXTNAME_TASK, CONTEXTNAME_TRANSACTION |
| Constructor Summary | |
|---|---|
SpringProcessEngine()
|
|
| Method Summary | ||
|---|---|---|
static ProcessEngine |
create(ConfigurationImpl configuration)
|
|
|
get(java.lang.Class<T> type)
|
|
java.lang.Object |
get(java.lang.String key)
|
|
EnvironmentImpl |
openEnvironment()
open a new EnvironmentImpl. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringProcessEngine()
| Method Detail |
|---|
public static ProcessEngine create(ConfigurationImpl configuration)
public EnvironmentImpl openEnvironment()
EnvironmentFactoryEnvironmentImpl.close().
openEnvironment in interface EnvironmentFactoryopenEnvironment in class ProcessEngineImplpublic <T> T get(java.lang.Class<T> type)
get in interface ProcessEngineget in interface Contextget in class ProcessEngineImplpublic java.lang.Object get(java.lang.String key)
get in interface ProcessEngineget in interface Contextget in class ProcessEngineImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||