Uses of Class
org.omg.CORBA.Environment
-
Packages that use Environment Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.orb org.omg.CORBA 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).org.omg.CosTSPortability -
-
Uses of Environment in com.sun.corba.ee.impl.corba
Subclasses of Environment in com.sun.corba.ee.impl.corba Modifier and Type Class Description class
EnvironmentImpl
Fields in com.sun.corba.ee.impl.corba declared as Environment Modifier and Type Field Description protected Environment
RequestImpl. _env
Methods in com.sun.corba.ee.impl.corba that return Environment Modifier and Type Method Description Environment
RequestImpl. env()
-
Uses of Environment in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return Environment Modifier and Type Method Description Environment
ORBImpl. create_environment()
Create an EnvironmentEnvironment
ORBSingleton. create_environment()
-
Uses of Environment in org.omg.CORBA
Methods in org.omg.CORBA that return Environment Modifier and Type Method Description abstract 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 Environment Modifier and Type Method Description void
Sender. received_reply(int id, PropagationContext ctx, Environment env)
-