Uses of Interface
org.jbpm.pvm.env.Context

Packages that use Context
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 Context in org.jbpm.pvm.env
 

Classes in org.jbpm.pvm.env that implement Context
 class EnvironmentFactory
          factory for Environments.
 class PvmEnvironmentFactory
          an environment factory that also is the environment-factory context.
 class SpringEnvironmentFactory
          this environment factory will see only the singleton beans.
 

Methods in org.jbpm.pvm.env that return Context
abstract  Context Environment.getContext(String contextName)
           
 

Methods in org.jbpm.pvm.env with parameters of type Context
abstract  void Environment.addContext(Context context)
           
abstract  void Environment.removeContext(Context context)
           
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.