org.omg.CORBA
Class Environment

java.lang.Object
  extended by org.omg.CORBA.Environment
Direct Known Subclasses:
Environment

public abstract class Environment
extends Object


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

exception

public abstract Exception exception()

clear

public abstract void clear()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.