Uses of Class
org.ow2.orchestra.pvm.env.Environment

Packages that use Environment
org.ow2.orchestra.pvm.env   
org.ow2.orchestra.pvm.internal.cmd   
org.ow2.orchestra.pvm.internal.ejb   
org.ow2.orchestra.pvm.internal.env   
org.ow2.orchestra.pvm.internal.job   
org.ow2.orchestra.pvm.internal.jobexecutor   
org.ow2.orchestra.pvm.internal.model   
org.ow2.orchestra.pvm.internal.model.op   
org.ow2.orchestra.pvm.internal.script   
org.ow2.orchestra.pvm.internal.spring   
org.ow2.orchestra.pvm.internal.svc   
org.ow2.orchestra.pvm.internal.wire   
 

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.
 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.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
 ProcessDefinition DeployCmd.execute(Environment environment)
           
 OpenProcessDefinition FindLatestProcessDefinitionCmd.execute(Environment environment)
           
 java.util.List<Message> GetMessagesCmd.execute(Environment environment)
           
 Execution StartExecutionCmd.execute(Environment environment)
           
 java.util.List<ClientProcessDefinition> FindProcessDefinitionsCmd.execute(Environment environment)
           
 Execution SignalCmd.execute(Environment environment)
           
 Execution SetVariablesCmd.execute(Environment environment)
           
 java.util.List<java.lang.String> FindProcessDefinitionNamesCmd.execute(Environment environment)
           
 Execution FindExecutionCmd.execute(Environment environment)
           
 OpenProcessDefinition FindProcessDefinitionCmd.execute(Environment environment)
           
 java.util.Map<java.lang.String,java.lang.Object> GetVariablesCmd.execute(Environment environment)
           
 java.util.List<Timer> GetTimersCmd.execute(Environment environment)
           
 T Command.execute(Environment environment)
           
 Execution StartExecutionInLatestCmd.execute(Environment environment)
           
protected  ClientExecution AbstractCommand.getExecution(Environment environment, long executionDbid)
           
protected  ClientExecution AbstractCommand.getExecution(Environment environment, java.lang.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
 java.util.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
 java.lang.Object CommandMessage.execute(Environment environment)
           
 java.lang.Boolean TimerImpl.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
 Job ExecuteJobCmd.execute(Environment environment)
           
 java.util.Collection<java.lang.Long> AcquireJobsCmd.execute(Environment environment)
           
 java.util.Date GetNextDueDateCmd.execute(Environment environment)
           
 java.lang.Object JobExceptionHandler.execute(Environment environment)
           
protected  void ExecuteJobCmd.handleJobExecutionException(Environment environment, JobImpl<?> job, java.lang.Throwable exception)
          This transaction will be marked for rollback.
 

Uses of Environment in org.ow2.orchestra.pvm.internal.model
 

Methods in org.ow2.orchestra.pvm.internal.model with parameters of type Environment
 java.lang.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
 java.lang.Object ProceedToDestinationMessage.execute(Environment environment)
           
 java.lang.Object SignalMessage.execute(Environment environment)
           
 java.lang.Object ExecuteNodeMessage.execute(Environment environment)
           
 java.lang.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)
           
 java.lang.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, java.lang.String name, Environment environment, boolean delayCreate)
          allows for postponing the creation of this wire context.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.