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