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 interfaceAliasDeforg/omg/CORBA/AliasDef.java .interfaceAliasDefOperationsorg/omg/CORBA/AliasDefOperations.java .interfaceEnumDeforg/omg/CORBA/EnumDef.java .interfaceEnumDefOperationsorg/omg/CORBA/EnumDefOperations.java .interfaceNativeDeforg/omg/CORBA/NativeDef.java .interfaceNativeDefOperationsorg/omg/CORBA/NativeDefOperations.java .interfaceStructDeforg/omg/CORBA/StructDef.java .interfaceStructDefOperationsorg/omg/CORBA/StructDefOperations.java .interfaceTypedefDeforg/omg/CORBA/TypedefDef.java .interfaceUnionDeforg/omg/CORBA/UnionDef.java .interfaceUnionDefOperationsorg/omg/CORBA/UnionDefOperations.java .Classes in org.omg.CORBA that implement TypedefDefOperations Modifier and Type Class Description class_AliasDefStuborg/omg/CORBA/_AliasDefStub.java .class_EnumDefStuborg/omg/CORBA/_EnumDefStub.java .class_NativeDefStuborg/omg/CORBA/_NativeDefStub.java .class_StructDefStuborg/omg/CORBA/_StructDefStub.java .class_TypedefDefStuborg/omg/CORBA/_TypedefDefStub.java .class_UnionDefStuborg/omg/CORBA/_UnionDefStub.java .classAliasDefPOAorg/omg/CORBA/AliasDefPOA.java .classAliasDefPOATieorg/omg/CORBA/AliasDefPOATie.java .classEnumDefPOAorg/omg/CORBA/EnumDefPOA.java .classEnumDefPOATieorg/omg/CORBA/EnumDefPOATie.java .classNativeDefPOAorg/omg/CORBA/NativeDefPOA.java .classNativeDefPOATieorg/omg/CORBA/NativeDefPOATie.java .classStructDefPOAorg/omg/CORBA/StructDefPOA.java .classStructDefPOATieorg/omg/CORBA/StructDefPOATie.java .classTypedefDefPOAorg/omg/CORBA/TypedefDefPOA.java .classTypedefDefPOATieorg/omg/CORBA/TypedefDefPOATie.java .classUnionDefPOAorg/omg/CORBA/UnionDefPOA.java .classUnionDefPOATieorg/omg/CORBA/UnionDefPOATie.java .Fields in org.omg.CORBA declared as TypedefDefOperations Modifier and Type Field Description private TypedefDefOperationsTypedefDefPOATie. _implMethods in org.omg.CORBA that return TypedefDefOperations Modifier and Type Method Description TypedefDefOperationsTypedefDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type TypedefDefOperations Modifier and Type Method Description voidTypedefDefPOATie. _delegate(TypedefDefOperations delegate)Constructors in org.omg.CORBA with parameters of type TypedefDefOperations Constructor Description TypedefDefPOATie(TypedefDefOperations delegate)TypedefDefPOATie(TypedefDefOperations delegate, POA poa)
-