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