Uses of Interface
org.omg.CORBA.TypedefDefOperations

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

Uses of TypedefDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement TypedefDefOperations
 class AliasDef
           
 class EnumDef
           
 class StructDef
           
 class TypedefDef
           
 class UnionDef
           
 

Uses of TypedefDefOperations in org.omg.CORBA
 

Subinterfaces of TypedefDefOperations in org.omg.CORBA
 interface AliasDef
          Generated from IDL interface "AliasDef"
 interface AliasDefOperations
          Generated from IDL interface "AliasDef"
 interface EnumDef
          Generated from IDL interface "EnumDef"
 interface EnumDefOperations
          Generated from IDL interface "EnumDef"
 interface NativeDef
          Generated from IDL interface "NativeDef"
 interface NativeDefOperations
          Generated from IDL interface "NativeDef"
 interface StructDef
          Generated from IDL interface "StructDef"
 interface StructDefOperations
          Generated from IDL interface "StructDef"
 interface TypedefDef
          Generated from IDL interface "TypedefDef"
 interface UnionDef
          Generated from IDL interface "UnionDef"
 interface UnionDefOperations
          Generated from IDL interface "UnionDef"
 interface ValueBoxDef
          Generated from IDL interface "ValueBoxDef"
 interface ValueBoxDefOperations
          Generated from IDL interface "ValueBoxDef"
 

Classes in org.omg.CORBA that implement TypedefDefOperations
 class _AliasDefStub
          Generated from IDL interface "AliasDef"
 class _EnumDefStub
          Generated from IDL interface "EnumDef"
 class _NativeDefStub
          Generated from IDL interface "NativeDef"
 class _StructDefStub
          Generated from IDL interface "StructDef"
 class _TypedefDefStub
          Generated from IDL interface "TypedefDef"
 class _UnionDefStub
          Generated from IDL interface "UnionDef"
 class _ValueBoxDefStub
          Generated from IDL interface "ValueBoxDef"
 class AliasDefPOA
          Generated from IDL interface "AliasDef"
 class AliasDefPOATie
          Generated from IDL interface "AliasDef"
 class EnumDefPOA
          Generated from IDL interface "EnumDef"
 class EnumDefPOATie
          Generated from IDL interface "EnumDef"
 class NativeDefPOA
          Generated from IDL interface "NativeDef"
 class NativeDefPOATie
          Generated from IDL interface "NativeDef"
 class StructDefPOA
          Generated from IDL interface "StructDef"
 class StructDefPOATie
          Generated from IDL interface "StructDef"
 class TypedefDefPOA
          Generated from IDL interface "TypedefDef"
 class TypedefDefPOATie
          Generated from IDL interface "TypedefDef"
 class UnionDefPOA
          Generated from IDL interface "UnionDef"
 class UnionDefPOATie
          Generated from IDL interface "UnionDef"
 class ValueBoxDefPOA
          Generated from IDL interface "ValueBoxDef"
 class ValueBoxDefPOATie
          Generated from IDL interface "ValueBoxDef"
 

Methods in org.omg.CORBA that return TypedefDefOperations
 TypedefDefOperations TypedefDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type TypedefDefOperations
 void TypedefDefPOATie._delegate(TypedefDefOperations delegate)
           
 

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