Uses of Class
org.omg.CORBA.Environment

Packages that use Environment
org.jacorb.orb   
org.jacorb.orb.dii   
org.omg.CORBA   
 

Uses of Environment in org.jacorb.orb
 

Methods in org.jacorb.orb that return Environment
 Environment ORBSingleton.create_environment()
           
 Environment ORB.create_environment()
           
 

Uses of Environment in org.jacorb.orb.dii
 

Subclasses of Environment in org.jacorb.orb.dii
 class Environment
          This class is used to hold exception information for DII requests.
 

Fields in org.jacorb.orb.dii declared as Environment
 Environment Request.env
           
 

Methods in org.jacorb.orb.dii that return Environment
 Environment Request.env()
           
 

Uses of Environment in org.omg.CORBA
 

Methods in org.omg.CORBA that return Environment
abstract  Environment Request.env()
           
abstract  Environment ORB.create_environment()