org.jacorb.orb.dii
Class Environment

java.lang.Object
  extended byorg.omg.CORBA.Environment
      extended byorg.jacorb.orb.dii.Environment

public class Environment
extends Environment

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

Version:
$Id: Environment.java,v 1.6 2002/12/20 18:29:05 nicolas Exp $
Author:
Gerald Brose, FU Berlin

Constructor Summary
Environment()
           
 
Method Summary
 void clear()
           
 java.lang.Exception exception()
           
 void exception(java.lang.Exception e)
           
 
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 e)
Specified by:
exception in class Environment

exception

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

clear

public void clear()
Specified by:
clear in class Environment