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

Packages that use Context
org.jbpm.pvm.internal.env environment implementation classes. 
org.jbpm.pvm.internal.processengine   
org.jbpm.pvm.internal.wire wire context (aka IoC container), start reading WireContext
 

Uses of Context in org.jbpm.pvm.internal.env
 

Subinterfaces of Context in org.jbpm.pvm.internal.env
 interface EnvironmentFactory
          factory for EnvironmentImpls.
 

Classes in org.jbpm.pvm.internal.env that implement Context
 class ExecutionContext
           
 class JobContext
           
 class SpringContext
           
 class TaskContext
           
 

Fields in org.jbpm.pvm.internal.env with type parameters of type Context
protected  java.util.Map<java.lang.String,Context> BasicEnvironment.contexts
           
 

Methods in org.jbpm.pvm.internal.env that return Context
abstract  Context EnvironmentImpl.getContext(java.lang.String contextName)
           
 Context BasicEnvironment.getContext(java.lang.String contextName)
           
 Context BasicEnvironment.getEnvironmentContext()
           
 Context BasicEnvironment.getEnvironmentFactoryContext()
           
abstract  Context EnvironmentImpl.removeContext(Context context)
           
 Context BasicEnvironment.removeContext(Context context)
           
abstract  Context EnvironmentImpl.removeContext(java.lang.String contextName)
           
 Context BasicEnvironment.removeContext(java.lang.String contextName)
           
 

Methods in org.jbpm.pvm.internal.env with parameters of type Context
<T> T
BasicEnvironment.get(java.lang.Class<T> type, Context requester)
          searches an object based on type in the default search order.
abstract  Context EnvironmentImpl.removeContext(Context context)
           
 Context BasicEnvironment.removeContext(Context context)
           
abstract  void EnvironmentImpl.setContext(Context context)
           
 void BasicEnvironment.setContext(Context context)
           
 

Uses of Context in org.jbpm.pvm.internal.processengine
 

Classes in org.jbpm.pvm.internal.processengine that implement Context
 class ProcessEngineImpl
          an environment factory that also is the process-engine context.
 class SpringProcessEngine
          this environment factory will see only the singleton beans.
 

Uses of Context in org.jbpm.pvm.internal.wire
 

Classes in org.jbpm.pvm.internal.wire that implement Context
 class WireContext
          object factory that creates, initializes, wires and caches objects based on descriptors (aka IoC container).
 



Copyright © 2010 JBoss Community. All Rights Reserved.