Uses of Class
org.omg.CORBA.ValueDefPackage.FullValueDescription
-
Packages that use FullValueDescription 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).org.omg.CORBA.ValueDefPackage org.omg.SendingContext org.omg.SendingContext.CodeBasePackage -
-
Uses of FullValueDescription in org.omg.CORBA
Methods in org.omg.CORBA that return FullValueDescription Modifier and Type Method Description FullValueDescription
_ValueDefStub. describe_value()
FullValueDescription
ValueDefOperations. describe_value()
FullValueDescription
ValueDefPOATie. describe_value()
-
Uses of FullValueDescription in org.omg.CORBA.ValueDefPackage
Fields in org.omg.CORBA.ValueDefPackage declared as FullValueDescription Modifier and Type Field Description FullValueDescription
FullValueDescriptionHolder. value
Methods in org.omg.CORBA.ValueDefPackage that return FullValueDescription Modifier and Type Method Description static FullValueDescription
FullValueDescriptionHelper. extract(Any a)
static FullValueDescription
FullValueDescriptionHelper. read(InputStream istream)
Methods in org.omg.CORBA.ValueDefPackage with parameters of type FullValueDescription Modifier and Type Method Description static void
FullValueDescriptionHelper. insert(Any a, FullValueDescription that)
static void
FullValueDescriptionHelper. write(OutputStream ostream, FullValueDescription value)
Constructors in org.omg.CORBA.ValueDefPackage with parameters of type FullValueDescription Constructor Description FullValueDescriptionHolder(FullValueDescription initialValue)
-
Uses of FullValueDescription in org.omg.SendingContext
Methods in org.omg.SendingContext that return FullValueDescription Modifier and Type Method Description FullValueDescription
_CodeBaseStub. meta(java.lang.String x)
FullValueDescription
CodeBaseOperations. meta(java.lang.String x)
FullValueDescription
CodeBasePOATie. meta(java.lang.String x)
FullValueDescription[]
_CodeBaseStub. metas(java.lang.String[] x)
FullValueDescription[]
CodeBaseOperations. metas(java.lang.String[] x)
FullValueDescription[]
CodeBasePOATie. metas(java.lang.String[] x)
-
Uses of FullValueDescription in org.omg.SendingContext.CodeBasePackage
Fields in org.omg.SendingContext.CodeBasePackage declared as FullValueDescription Modifier and Type Field Description FullValueDescription[]
ValueDescSeqHolder. value
Methods in org.omg.SendingContext.CodeBasePackage that return FullValueDescription Modifier and Type Method Description static FullValueDescription[]
ValueDescSeqHelper. extract(Any a)
static FullValueDescription[]
ValueDescSeqHelper. read(InputStream istream)
Methods in org.omg.SendingContext.CodeBasePackage with parameters of type FullValueDescription Modifier and Type Method Description static void
ValueDescSeqHelper. insert(Any a, FullValueDescription[] that)
static void
ValueDescSeqHelper. write(OutputStream ostream, FullValueDescription[] value)
Constructors in org.omg.SendingContext.CodeBasePackage with parameters of type FullValueDescription Constructor Description ValueDescSeqHolder(FullValueDescription[] initialValue)
-