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
_StringDefStub
org/omg/CORBA/_StringDefStub.java .Fields in org.omg.CORBA declared as StringDef Modifier and Type Field Description StringDef
StringDefHolder. value
Methods in org.omg.CORBA that return StringDef Modifier and Type Method Description StringDef
StringDefPOA. _this()
StringDef
StringDefPOA. _this(ORB orb)
StringDef
_RepositoryStub. create_string(int bound)
StringDef
RepositoryOperations. create_string(int bound)
StringDef
RepositoryPOATie. create_string(int bound)
static StringDef
StringDefHelper. extract(Any a)
static StringDef
StringDefHelper. narrow(Object obj)
static StringDef
StringDefHelper. read(InputStream istream)
static StringDef
StringDefHelper. unchecked_narrow(Object obj)
Methods in org.omg.CORBA with parameters of type StringDef Modifier and Type Method Description static void
StringDefHelper. insert(Any a, StringDef that)
static void
StringDefHelper. write(OutputStream ostream, StringDef value)
Constructors in org.omg.CORBA with parameters of type StringDef Constructor Description StringDefHolder(StringDef initialValue)
-