Uses of Class
org.omg.CORBA.Environment
Packages that use Environment
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of Environment in com.sun.corba.ee.impl.corba
Subclasses of Environment in com.sun.corba.ee.impl.corbaFields in com.sun.corba.ee.impl.corba declared as EnvironmentMethods in com.sun.corba.ee.impl.corba that return Environment -
Uses of Environment in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return EnvironmentModifier and TypeMethodDescriptionORBImpl.create_environment()
Create an EnvironmentORBSingleton.create_environment()
-
Uses of Environment in org.omg.CORBA
Methods in org.omg.CORBA that return EnvironmentModifier and TypeMethodDescriptionabstract Environment
ORB.create_environment()
Creates anEnvironment
object.abstract Environment
Request.env()
Retrieves theEnvironment
object for this request. -
Uses of Environment in org.omg.CosTSPortability
Methods in org.omg.CosTSPortability with parameters of type EnvironmentModifier and TypeMethodDescriptionvoid
Sender.received_reply
(int id, PropagationContext ctx, Environment env)