Uses of Interface
org.omg.CORBA.InterfaceDefOperations

Packages that use InterfaceDefOperations
org.jacorb.ir   
org.omg.CORBA   
 

Uses of InterfaceDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement InterfaceDefOperations
 class InterfaceDef
          JacORB implementation of org.omg.CORBA.InterfaceDef
 

Uses of InterfaceDefOperations in org.omg.CORBA
 

Subinterfaces of InterfaceDefOperations in org.omg.CORBA
 interface InterfaceDef
          Generated from IDL interface "InterfaceDef"
 

Classes in org.omg.CORBA that implement InterfaceDefOperations
 class _InterfaceDefStub
          Generated from IDL interface "InterfaceDef"
 class InterfaceDefPOA
          Generated from IDL interface "InterfaceDef"
 class InterfaceDefPOATie
          Generated from IDL interface "InterfaceDef"
 

Methods in org.omg.CORBA that return InterfaceDefOperations
 InterfaceDefOperations InterfaceDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type InterfaceDefOperations
 void InterfaceDefPOATie._delegate(InterfaceDefOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type InterfaceDefOperations
InterfaceDefPOATie(InterfaceDefOperations delegate)
           
InterfaceDefPOATie(InterfaceDefOperations delegate, POA poa)