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 classEnvironmentImplFields in com.sun.corba.ee.impl.corba declared as Environment Modifier and Type Field Description protected EnvironmentRequestImpl. _envMethods in com.sun.corba.ee.impl.corba that return Environment Modifier and Type Method Description EnvironmentRequestImpl. 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 EnvironmentORBImpl. create_environment()Create an EnvironmentEnvironmentORBSingleton. create_environment() -
Uses of Environment in org.omg.CORBA
Methods in org.omg.CORBA that return Environment Modifier and Type Method Description abstract EnvironmentORB. create_environment()Creates anEnvironmentobject.abstract EnvironmentRequest. env()Retrieves theEnvironmentobject 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 voidSender. received_reply(int id, PropagationContext ctx, Environment env)
-