Uses of Interface
org.omg.CORBA.TypedefDefOperations
-
Packages that use TypedefDefOperations 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 TypedefDefOperations in org.omg.CORBA
Subinterfaces of TypedefDefOperations in org.omg.CORBA Modifier and Type Interface Description interface
AliasDef
org/omg/CORBA/AliasDef.java .interface
AliasDefOperations
org/omg/CORBA/AliasDefOperations.java .interface
EnumDef
org/omg/CORBA/EnumDef.java .interface
EnumDefOperations
org/omg/CORBA/EnumDefOperations.java .interface
NativeDef
org/omg/CORBA/NativeDef.java .interface
NativeDefOperations
org/omg/CORBA/NativeDefOperations.java .interface
StructDef
org/omg/CORBA/StructDef.java .interface
StructDefOperations
org/omg/CORBA/StructDefOperations.java .interface
TypedefDef
org/omg/CORBA/TypedefDef.java .interface
UnionDef
org/omg/CORBA/UnionDef.java .interface
UnionDefOperations
org/omg/CORBA/UnionDefOperations.java .Classes in org.omg.CORBA that implement TypedefDefOperations Modifier and Type Class Description class
_AliasDefStub
org/omg/CORBA/_AliasDefStub.java .class
_EnumDefStub
org/omg/CORBA/_EnumDefStub.java .class
_NativeDefStub
org/omg/CORBA/_NativeDefStub.java .class
_StructDefStub
org/omg/CORBA/_StructDefStub.java .class
_TypedefDefStub
org/omg/CORBA/_TypedefDefStub.java .class
_UnionDefStub
org/omg/CORBA/_UnionDefStub.java .class
AliasDefPOA
org/omg/CORBA/AliasDefPOA.java .class
AliasDefPOATie
org/omg/CORBA/AliasDefPOATie.java .class
EnumDefPOA
org/omg/CORBA/EnumDefPOA.java .class
EnumDefPOATie
org/omg/CORBA/EnumDefPOATie.java .class
NativeDefPOA
org/omg/CORBA/NativeDefPOA.java .class
NativeDefPOATie
org/omg/CORBA/NativeDefPOATie.java .class
StructDefPOA
org/omg/CORBA/StructDefPOA.java .class
StructDefPOATie
org/omg/CORBA/StructDefPOATie.java .class
TypedefDefPOA
org/omg/CORBA/TypedefDefPOA.java .class
TypedefDefPOATie
org/omg/CORBA/TypedefDefPOATie.java .class
UnionDefPOA
org/omg/CORBA/UnionDefPOA.java .class
UnionDefPOATie
org/omg/CORBA/UnionDefPOATie.java .Fields in org.omg.CORBA declared as TypedefDefOperations Modifier and Type Field Description private TypedefDefOperations
TypedefDefPOATie. _impl
Methods in org.omg.CORBA that return TypedefDefOperations Modifier and Type Method Description TypedefDefOperations
TypedefDefPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type TypedefDefOperations Modifier and Type Method Description void
TypedefDefPOATie. _delegate(TypedefDefOperations delegate)
Constructors in org.omg.CORBA with parameters of type TypedefDefOperations Constructor Description TypedefDefPOATie(TypedefDefOperations delegate)
TypedefDefPOATie(TypedefDefOperations delegate, POA poa)
-