org.openorb.CORBA.dii
Class Environment

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

public class Environment
extends Environment

This class implements the OMG class : Environment

Version:
$Revision: 1.1 $ $Date: 2000/12/28 22:52:34 $
Author:
Jerome Daniel <daniel@intalio.com>

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
equals, 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 Environment

exception

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

Specified by:
exception in class Environment

clear

public void clear()
Initialize the exception

Specified by:
clear in class Environment