Uses of Interface
org.omg.CORBA.StructDefOperations
-
Packages that use StructDefOperations 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 StructDefOperations in org.omg.CORBA
Subinterfaces of StructDefOperations in org.omg.CORBA Modifier and Type Interface Description interfaceStructDeforg/omg/CORBA/StructDef.java .Classes in org.omg.CORBA that implement StructDefOperations Modifier and Type Class Description class_StructDefStuborg/omg/CORBA/_StructDefStub.java .classStructDefPOAorg/omg/CORBA/StructDefPOA.java .classStructDefPOATieorg/omg/CORBA/StructDefPOATie.java .Fields in org.omg.CORBA declared as StructDefOperations Modifier and Type Field Description private StructDefOperationsStructDefPOATie. _implMethods in org.omg.CORBA that return StructDefOperations Modifier and Type Method Description StructDefOperationsStructDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type StructDefOperations Modifier and Type Method Description voidStructDefPOATie. _delegate(StructDefOperations delegate)Constructors in org.omg.CORBA with parameters of type StructDefOperations Constructor Description StructDefPOATie(StructDefOperations delegate)StructDefPOATie(StructDefOperations delegate, POA poa)
-