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 interfaceNativeDeforg/omg/CORBA/NativeDef.java .Classes in org.omg.CORBA that implement NativeDefOperations Modifier and Type Class Description class_NativeDefStuborg/omg/CORBA/_NativeDefStub.java .classNativeDefPOAorg/omg/CORBA/NativeDefPOA.java .classNativeDefPOATieorg/omg/CORBA/NativeDefPOATie.java .Fields in org.omg.CORBA declared as NativeDefOperations Modifier and Type Field Description private NativeDefOperationsNativeDefPOATie. _implMethods in org.omg.CORBA that return NativeDefOperations Modifier and Type Method Description NativeDefOperationsNativeDefPOATie. _delegate()Methods in org.omg.CORBA with parameters of type NativeDefOperations Modifier and Type Method Description voidNativeDefPOATie. _delegate(NativeDefOperations delegate)Constructors in org.omg.CORBA with parameters of type NativeDefOperations Constructor Description NativeDefPOATie(NativeDefOperations delegate)NativeDefPOATie(NativeDefOperations delegate, POA poa)
-