org.omg.CORBA
Class Environment

java.lang.Object
  extended by org.omg.CORBA.Environment

public abstract class Environment
extends Object


Constructor Summary
Environment()
           
 
Method Summary
abstract  void clear()
           
abstract  Exception exception()
           
abstract  void exception(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 abstract void exception(Exception exception)

exception

public abstract Exception exception()

clear

public abstract void clear()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.