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 interface
StructDef
org/omg/CORBA/StructDef.java .Classes in org.omg.CORBA that implement StructDefOperations Modifier and Type Class Description class
_StructDefStub
org/omg/CORBA/_StructDefStub.java .class
StructDefPOA
org/omg/CORBA/StructDefPOA.java .class
StructDefPOATie
org/omg/CORBA/StructDefPOATie.java .Fields in org.omg.CORBA declared as StructDefOperations Modifier and Type Field Description private StructDefOperations
StructDefPOATie. _impl
Methods in org.omg.CORBA that return StructDefOperations Modifier and Type Method Description StructDefOperations
StructDefPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type StructDefOperations Modifier and Type Method Description void
StructDefPOATie. _delegate(StructDefOperations delegate)
Constructors in org.omg.CORBA with parameters of type StructDefOperations Constructor Description StructDefPOATie(StructDefOperations delegate)
StructDefPOATie(StructDefOperations delegate, POA poa)
-