org.openorb.orb.core.dii
Class Environment

java.lang.Object
  extended byorg.omg.CORBA.Environment
      extended byorg.openorb.orb.core.dii.Environment

public class Environment
extends org.omg.CORBA.Environment

This class implements the OMG class : Environment

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:47 $
Author:
Jerome Daniel

Constructor Summary
Environment()
          Constructor
 
Method Summary
 void clear()
          Initialize the exception
 java.lang.Exception exception()
          Return the exception
 void exception(java.lang.Exception except)
          Set the exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Constructor

Method Detail

exception

public void exception(java.lang.Exception except)
Set the exception


exception

public java.lang.Exception exception()
Return the exception


clear

public void clear()
Initialize the exception