|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Environment | |
|---|---|
| org.jbpm.pvm.env | a layer that abstracts the engine and activities from the concrete environment in which the Process Virtual Machine runs. |
| Uses of Environment in org.jbpm.pvm.env |
|---|
| Methods in org.jbpm.pvm.env that return Environment | |
|---|---|
static Environment |
Environment.getCurrent()
gets the most inner open environment. |
Environment |
PvmEnvironmentFactory.openEnvironment()
|
abstract Environment |
EnvironmentFactory.openEnvironment()
open a new Environment. |
protected static Environment |
Environment.popEnvironment()
pops the closing context from the stack of current contexts. |
| Methods in org.jbpm.pvm.env with parameters of type Environment | |
|---|---|
protected static void |
Environment.pushEnvironment(Environment environment)
after opening of a new environment succeeded, the environment must be pushed in the stack of current environments. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||