Package com.sun.corba.ee.impl.corba
Class EnvironmentImpl
- java.lang.Object
-
- org.omg.CORBA.Environment
-
- com.sun.corba.ee.impl.corba.EnvironmentImpl
-
public class EnvironmentImpl extends Environment
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Exception_exc
-
Constructor Summary
Constructors Constructor Description EnvironmentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clears thisEnvironmentobject of its exception.java.lang.Exceptionexception()Retrieves the exception in thisEnvironmentobject.voidexception(java.lang.Exception exc)Inserts the given exception into thisEnvironmentobject.
-
-
-
Method Detail
-
exception
public java.lang.Exception exception()
Description copied from class:EnvironmentRetrieves the exception in thisEnvironmentobject.- Specified by:
exceptionin classEnvironment- Returns:
- the exception in this
Environmentobject
-
exception
public void exception(java.lang.Exception exc)
Description copied from class:EnvironmentInserts the given exception into thisEnvironmentobject.- Specified by:
exceptionin classEnvironment- Parameters:
exc- the exception to be set
-
clear
public void clear()
Description copied from class:EnvironmentClears thisEnvironmentobject of its exception.- Specified by:
clearin classEnvironment
-
-