org.jbpm.pvm.internal.env
Class PvmEnvironment

java.lang.Object
  extended by org.jbpm.pvm.internal.env.EnvironmentImpl
      extended by org.jbpm.pvm.internal.env.BasicEnvironment
          extended by org.jbpm.pvm.internal.env.PvmEnvironment
All Implemented Interfaces:
java.io.Serializable, Environment

public class PvmEnvironment
extends BasicEnvironment

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  ProcessEngineImpl processEngineImpl
           
 
Fields inherited from class org.jbpm.pvm.internal.env.BasicEnvironment
authenticatedUserId, classLoader, contexts, exception
 
Constructor Summary
PvmEnvironment(ProcessEngineImpl processEngineImpl)
           
 
Method Summary
 void close()
          closes the EnvironmentImpl by removing all its contexts.
 java.lang.String toString()
           
 
Methods inherited from class org.jbpm.pvm.internal.env.BasicEnvironment
get, get, get, get, get, get, get, getAuthenticatedUserId, getClassLoader, getContext, getDefaultSearchOrder, getEnvironmentContext, getEnvironmentFactoryContext, removeContext, removeContext, setAuthenticatedUserId, setClassLoader, setContext
 
Methods inherited from class org.jbpm.pvm.internal.env.EnvironmentImpl
getCurrent, getFromCurrent, getFromCurrent, getFromCurrent, getFromCurrent, popEnvironment, pushEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

processEngineImpl

protected ProcessEngineImpl processEngineImpl
Constructor Detail

PvmEnvironment

public PvmEnvironment(ProcessEngineImpl processEngineImpl)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

close

public void close()
Description copied from class: EnvironmentImpl
closes the EnvironmentImpl by removing all its contexts.

Overrides:
close in class BasicEnvironment


Copyright © 2010 JBoss Community. All Rights Reserved.