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 InterfaceDescriptionInterfaceDescriptionHolder. valueMethods in org.omg.CORBA that return InterfaceDescription Modifier and Type Method Description static InterfaceDescriptionInterfaceDescriptionHelper. extract(Any a)static InterfaceDescriptionInterfaceDescriptionHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type InterfaceDescription Modifier and Type Method Description static voidInterfaceDescriptionHelper. insert(Any a, InterfaceDescription that)static voidInterfaceDescriptionHelper. write(OutputStream ostream, InterfaceDescription value)Constructors in org.omg.CORBA with parameters of type InterfaceDescription Constructor Description InterfaceDescriptionHolder(InterfaceDescription initialValue)
-