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