org.ow2.orchestra.pvm.internal.env
Class PvmEnvironment
java.lang.Object
org.ow2.orchestra.pvm.env.Environment
org.ow2.orchestra.pvm.internal.env.BasicEnvironment
org.ow2.orchestra.pvm.internal.env.PvmEnvironment
- All Implemented Interfaces:
- Serializable
public class PvmEnvironment
- extends BasicEnvironment
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
|
Method Summary |
void |
close()
closes the Environment by removing all its contexts. |
String |
toString()
|
| Methods inherited from class org.ow2.orchestra.pvm.internal.env.BasicEnvironment |
addContext, get, get, get, get, getClassLoader, getContext, getDefaultSearchOrder, getEnvironmentContext, getEnvironmentFactoryContext, getUserId, removeContext, setClassLoader, setUserId |
pvmEnvironmentFactory
protected PvmEnvironmentFactory pvmEnvironmentFactory
PvmEnvironment
public PvmEnvironment(PvmEnvironmentFactory pvmEnvironmentFactory)
toString
public String toString()
- Overrides:
toString in class Object
close
public void close()
- Description copied from class:
Environment
- closes the Environment by removing all its contexts.
- Overrides:
close in class BasicEnvironment
Copyright © 2011 OW2 Consortium. All Rights Reserved.