Uses of Interface
org.omg.CORBA.StringDef
-
Packages that use StringDef 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 StringDef in org.omg.CORBA
Classes in org.omg.CORBA that implement StringDef Modifier and Type Class Description class_StringDefStuborg/omg/CORBA/_StringDefStub.java .Fields in org.omg.CORBA declared as StringDef Modifier and Type Field Description StringDefStringDefHolder. valueMethods in org.omg.CORBA that return StringDef Modifier and Type Method Description StringDefStringDefPOA. _this()StringDefStringDefPOA. _this(ORB orb)StringDef_RepositoryStub. create_string(int bound)StringDefRepositoryOperations. create_string(int bound)StringDefRepositoryPOATie. create_string(int bound)static StringDefStringDefHelper. extract(Any a)static StringDefStringDefHelper. narrow(Object obj)static StringDefStringDefHelper. read(InputStream istream)static StringDefStringDefHelper. unchecked_narrow(Object obj)Methods in org.omg.CORBA with parameters of type StringDef Modifier and Type Method Description static voidStringDefHelper. insert(Any a, StringDef that)static voidStringDefHelper. write(OutputStream ostream, StringDef value)Constructors in org.omg.CORBA with parameters of type StringDef Constructor Description StringDefHolder(StringDef initialValue)
-