|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Environment in org.ow2.orchestra.pvm.env |
|---|
| Methods in org.ow2.orchestra.pvm.env that return Environment | |
|---|---|
static Environment |
Environment.getCurrent()
gets the most inner open environment. |
abstract Environment |
EnvironmentFactory.openEnvironment()
open a new Environment. |
Environment |
PvmEnvironmentFactory.openEnvironment()
|
protected static Environment |
Environment.popEnvironment()
pops the closing context from the stack of current contexts. |
| Methods in org.ow2.orchestra.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. |
| Uses of Environment in org.ow2.orchestra.pvm.internal.cmd |
|---|
| Methods in org.ow2.orchestra.pvm.internal.cmd with parameters of type Environment | |
|---|---|
Execution |
SignalCmd.execute(Environment environment)
|
T |
Command.execute(Environment environment)
|
Execution |
StartExecutionCmd.execute(Environment environment)
|
OpenProcessDefinition |
FindProcessDefinitionCmd.execute(Environment environment)
|
List<String> |
FindProcessDefinitionNamesCmd.execute(Environment environment)
|
Execution |
SetVariablesCmd.execute(Environment environment)
|
OpenProcessDefinition |
FindLatestProcessDefinitionCmd.execute(Environment environment)
|
ProcessDefinition |
DeployCmd.execute(Environment environment)
|
List<Message> |
GetMessagesCmd.execute(Environment environment)
|
List<ClientProcessDefinition> |
FindProcessDefinitionsCmd.execute(Environment environment)
|
Execution |
StartExecutionInLatestCmd.execute(Environment environment)
|
Execution |
FindExecutionCmd.execute(Environment environment)
|
Map<String,Object> |
GetVariablesCmd.execute(Environment environment)
|
List<Timer> |
GetTimersCmd.execute(Environment environment)
|
protected ClientExecution |
AbstractCommand.getExecution(Environment environment,
long executionDbid)
|
protected ClientExecution |
AbstractCommand.getExecution(Environment environment,
String executionId)
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.ejb |
|---|
| Methods in org.ow2.orchestra.pvm.internal.ejb with parameters of type Environment | |
|---|---|
Date |
ExecuteTimerCmd.execute(Environment environment)
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.env |
|---|
| Subclasses of Environment in org.ow2.orchestra.pvm.internal.env | |
|---|---|
class |
BasicEnvironment
|
class |
ExecutionEnvironment
|
class |
PvmEnvironment
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.job |
|---|
| Methods in org.ow2.orchestra.pvm.internal.job with parameters of type Environment | |
|---|---|
Boolean |
TimerImpl.execute(Environment environment)
|
Object |
CommandMessage.execute(Environment environment)
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.jobexecutor |
|---|
| Methods in org.ow2.orchestra.pvm.internal.jobexecutor with parameters of type Environment | |
|---|---|
Collection<Collection<JobImpl<?>>> |
AcquireJobsCmd.execute(Environment environment)
|
Job |
ExecuteJobCmd.execute(Environment environment)
|
Object |
JobExceptionHandler.execute(Environment environment)
|
Date |
GetNextDueDateCmd.execute(Environment environment)
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.model |
|---|
| Methods in org.ow2.orchestra.pvm.internal.model with parameters of type Environment | |
|---|---|
Object |
ExceptionHandlerSynchronization.execute(Environment environment)
|
protected T |
ObjectReference.resolveMethodExpression(Environment environment)
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.model.op |
|---|
| Methods in org.ow2.orchestra.pvm.internal.model.op with parameters of type Environment | |
|---|---|
Object |
ProceedToDestinationMessage.execute(Environment environment)
|
Object |
ExecuteNodeMessage.execute(Environment environment)
|
Object |
SignalMessage.execute(Environment environment)
|
Object |
TakeTransitionMessage.execute(Environment environment)
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.script |
|---|
| Fields in org.ow2.orchestra.pvm.internal.script declared as Environment | |
|---|---|
protected Environment |
EnvironmentBindings.environment
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.spring |
|---|
| Subclasses of Environment in org.ow2.orchestra.pvm.internal.spring | |
|---|---|
class |
SpringEnvironment
sees the prototype beans in the application context and this environment will cache all the prototyped objects. |
| Uses of Environment in org.ow2.orchestra.pvm.internal.svc |
|---|
| Methods in org.ow2.orchestra.pvm.internal.svc with parameters of type Environment | |
|---|---|
void |
AuthorizationSession.checkPermission(Command<?> command,
Environment environment)
|
Object |
AsyncCommandMessage.execute(Environment environment)
|
| Uses of Environment in org.ow2.orchestra.pvm.internal.wire |
|---|
| Constructors in org.ow2.orchestra.pvm.internal.wire with parameters of type Environment | |
|---|---|
WireContext(WireDefinition wireDefinition,
String name,
Environment environment,
boolean delayCreate)
allows for postponing the creation of this wire context. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||