Uses of Class
org.omg.CORBA.ModuleDescription
-
Packages that use ModuleDescription Package Description 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). -
-
Uses of ModuleDescription in org.omg.CORBA
Fields in org.omg.CORBA declared as ModuleDescription Modifier and Type Field Description ModuleDescription
ModuleDescriptionHolder. value
Methods in org.omg.CORBA that return ModuleDescription Modifier and Type Method Description static ModuleDescription
ModuleDescriptionHelper. extract(Any a)
static ModuleDescription
ModuleDescriptionHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type ModuleDescription Modifier and Type Method Description static void
ModuleDescriptionHelper. insert(Any a, ModuleDescription that)
static void
ModuleDescriptionHelper. write(OutputStream ostream, ModuleDescription value)
Constructors in org.omg.CORBA with parameters of type ModuleDescription Constructor Description ModuleDescriptionHolder(ModuleDescription initialValue)
-