org.openorb.orb.core.dii
Class Environment

java.lang.Object
  extended by org.omg.CORBA.Environment
      extended by org.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

Specified by:
exception in class org.omg.CORBA.Environment

exception

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

Specified by:
exception in class org.omg.CORBA.Environment

clear

public void clear()
Initialize the exception

Specified by:
clear in class org.omg.CORBA.Environment