Uses of Interface
org.omg.CORBA.UnionDefOperations
-
Packages that use UnionDefOperations 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 UnionDefOperations in org.omg.CORBA
Subinterfaces of UnionDefOperations in org.omg.CORBA Modifier and Type Interface Description interface
UnionDef
org/omg/CORBA/UnionDef.java .Classes in org.omg.CORBA that implement UnionDefOperations Modifier and Type Class Description class
_UnionDefStub
org/omg/CORBA/_UnionDefStub.java .class
UnionDefPOA
org/omg/CORBA/UnionDefPOA.java .class
UnionDefPOATie
org/omg/CORBA/UnionDefPOATie.java .Fields in org.omg.CORBA declared as UnionDefOperations Modifier and Type Field Description private UnionDefOperations
UnionDefPOATie. _impl
Methods in org.omg.CORBA that return UnionDefOperations Modifier and Type Method Description UnionDefOperations
UnionDefPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type UnionDefOperations Modifier and Type Method Description void
UnionDefPOATie. _delegate(UnionDefOperations delegate)
Constructors in org.omg.CORBA with parameters of type UnionDefOperations Constructor Description UnionDefPOATie(UnionDefOperations delegate)
UnionDefPOATie(UnionDefOperations delegate, POA poa)
-