Uses of Class
org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription

Packages that use FullInterfaceDescription
org.jacorb.ir   
org.omg.CORBA   
org.omg.CORBA.InterfaceDefPackage   
 

Uses of FullInterfaceDescription in org.jacorb.ir
 

Methods in org.jacorb.ir that return FullInterfaceDescription
 FullInterfaceDescription InterfaceDef.describe_interface()
           
 

Uses of FullInterfaceDescription in org.omg.CORBA
 

Methods in org.omg.CORBA that return FullInterfaceDescription
 FullInterfaceDescription _InterfaceDefStub.describe_interface()
           
 FullInterfaceDescription InterfaceDefPOATie.describe_interface()
           
 FullInterfaceDescription InterfaceDefOperations.describe_interface()
           
 

Uses of FullInterfaceDescription in org.omg.CORBA.InterfaceDefPackage
 

Fields in org.omg.CORBA.InterfaceDefPackage declared as FullInterfaceDescription
 FullInterfaceDescription FullInterfaceDescriptionHolder.value
           
 

Methods in org.omg.CORBA.InterfaceDefPackage that return FullInterfaceDescription
static FullInterfaceDescription FullInterfaceDescriptionHelper.extract(Any any)
           
static FullInterfaceDescription FullInterfaceDescriptionHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA.InterfaceDefPackage with parameters of type FullInterfaceDescription
static void FullInterfaceDescriptionHelper.insert(Any any, FullInterfaceDescription s)
           
static void FullInterfaceDescriptionHelper.write(OutputStream out, FullInterfaceDescription s)
           
 

Constructors in org.omg.CORBA.InterfaceDefPackage with parameters of type FullInterfaceDescription
FullInterfaceDescriptionHolder(FullInterfaceDescription initial)