org.ow2.bonita.pvm.internal.env
Class PvmEnvironment

java.lang.Object
  extended by org.ow2.bonita.pvm.env.Environment
      extended by org.ow2.bonita.pvm.internal.env.BasicEnvironment
          extended by org.ow2.bonita.pvm.internal.env.PvmEnvironment
All Implemented Interfaces:
java.io.Serializable

public class PvmEnvironment
extends BasicEnvironment

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  PvmEnvironmentFactory pvmEnvironmentFactory
           
 
Fields inherited from class org.ow2.bonita.pvm.internal.env.BasicEnvironment
classLoader, contexts, defaultSearchOrder, defaultSearchOrderList, exception, userId
 
Constructor Summary
PvmEnvironment(PvmEnvironmentFactory pvmEnvironmentFactory)
           
 
Method Summary
 void close()
          closes the Environment by removing all its contexts.
 java.lang.String toString()
           
 
Methods inherited from class org.ow2.bonita.pvm.internal.env.BasicEnvironment
addContext, get, get, get, get, getClassLoader, getContext, getDefaultSearchOrder, getEnvironmentContext, getEnvironmentFactoryContext, getUserId, removeContext, setClassLoader, setUserId
 
Methods inherited from class org.ow2.bonita.pvm.env.Environment
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

pvmEnvironmentFactory

protected PvmEnvironmentFactory pvmEnvironmentFactory
Constructor Detail

PvmEnvironment

public PvmEnvironment(PvmEnvironmentFactory pvmEnvironmentFactory)
Method Detail

toString

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

close

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

Overrides:
close in class BasicEnvironment


Copyright © 2009 OW2 Consortium. All Rights Reserved.