org.jacorb.orb.dii
Class Environment

java.lang.Object
  extended by org.omg.CORBA.Environment
      extended by org.jacorb.orb.dii.Environment

public class Environment
extends org.omg.CORBA.Environment

This class is used to hold exception information for DII requests.

Version:
$Id: Environment.java,v 1.9 2006/07/11 11:47:21 alphonse.bendt Exp $
Author:
Gerald Brose, FU Berlin

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

Constructor Detail

Environment

public Environment()
Method Detail

exception

public void exception(java.lang.Exception exception)
Specified by:
exception in class org.omg.CORBA.Environment

exception

public java.lang.Exception exception()
Specified by:
exception in class org.omg.CORBA.Environment

clear

public void clear()
Specified by:
clear in class org.omg.CORBA.Environment