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

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

Uses of Environment in org.ow2.bonita.facade.ejb
 

Methods in org.ow2.bonita.facade.ejb with parameters of type Environment
 T SerializedCommand.execute(Environment environment)
           
 

Uses of Environment in org.ow2.bonita.pvm.env
 

Methods in org.ow2.bonita.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.bonita.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.bonita.pvm.internal.cmd
 

Methods in org.ow2.bonita.pvm.internal.cmd with parameters of type Environment
 Execution FindExecutionCmd.execute(Environment environment)
           
 Execution StartExecutionCmd.execute(Environment environment)
           
 java.util.List<ClientProcessDefinition> FindProcessDefinitionsCmd.execute(Environment environment)
           
 Execution SetVariablesCmd.execute(Environment environment)
           
 java.util.List<java.lang.String> FindProcessDefinitionNamesCmd.execute(Environment environment)
           
 T Command.execute(Environment environment)
           
 java.util.List<Message> GetMessagesCmd.execute(Environment environment)
           
 OpenProcessDefinition FindProcessDefinitionCmd.execute(Environment environment)
           
 java.util.List<Timer> GetTimersCmd.execute(Environment environment)
           
 java.util.Map<java.lang.String,java.lang.Object> GetVariablesCmd.execute(Environment environment)
           
 ProcessDefinition DeployCmd.execute(Environment environment)
           
 Execution StartExecutionInLatestCmd.execute(Environment environment)
           
 Execution SignalCmd.execute(Environment environment)
           
 OpenProcessDefinition FindLatestProcessDefinitionCmd.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.bonita.pvm.internal.ejb
 

Methods in org.ow2.bonita.pvm.internal.ejb with parameters of type Environment
 java.util.Date ExecuteTimerCmd.execute(Environment environment)
           
 

Uses of Environment in org.ow2.bonita.pvm.internal.env
 

Subclasses of Environment in org.ow2.bonita.pvm.internal.env
 class BasicEnvironment
           
 class ExecutionEnvironment
           
 class PvmEnvironment
           
 

Uses of Environment in org.ow2.bonita.pvm.internal.job
 

Methods in org.ow2.bonita.pvm.internal.job with parameters of type Environment
 java.lang.Boolean TimerImpl.execute(Environment environment)
           
 java.lang.Object CommandMessage.execute(Environment environment)
           
 

Uses of Environment in org.ow2.bonita.pvm.internal.jobexecutor
 

Methods in org.ow2.bonita.pvm.internal.jobexecutor with parameters of type Environment
 java.util.Date GetNextDueDateCmd.execute(Environment environment)
           
 java.lang.Object JobExceptionHandler.execute(Environment environment)
           
 java.util.Collection<java.lang.Long> AcquireJobsCmd.execute(Environment environment)
           
 Job ExecuteJobCmd.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.bonita.pvm.internal.model
 

Methods in org.ow2.bonita.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.bonita.pvm.internal.model.op
 

Methods in org.ow2.bonita.pvm.internal.model.op with parameters of type Environment
 java.lang.Object TakeTransitionMessage.execute(Environment environment)
           
 java.lang.Object SignalMessage.execute(Environment environment)
           
 java.lang.Object ProceedToDestinationMessage.execute(Environment environment)
           
 java.lang.Object ExecuteNodeMessage.execute(Environment environment)
           
 

Uses of Environment in org.ow2.bonita.pvm.internal.script
 

Fields in org.ow2.bonita.pvm.internal.script declared as Environment
protected  Environment EnvironmentBindings.environment
           
 

Uses of Environment in org.ow2.bonita.pvm.internal.spring
 

Subclasses of Environment in org.ow2.bonita.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.bonita.pvm.internal.svc
 

Methods in org.ow2.bonita.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.bonita.pvm.internal.wire
 

Constructors in org.ow2.bonita.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.
 

Uses of Environment in org.ow2.bonita.pvm.test.base
 

Fields in org.ow2.bonita.pvm.test.base declared as Environment
protected  Environment EnvironmentTestCase.environment
           
 

Methods in org.ow2.bonita.pvm.test.base that return Environment
static Environment PVMTestCase.openEnvironment(java.lang.String xmlString)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.