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