Uses of Interface
org.omg.CORBA.PrimitiveDef
-
Packages that use PrimitiveDef 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 PrimitiveDef in org.omg.CORBA
Classes in org.omg.CORBA that implement PrimitiveDef Modifier and Type Class Description class
_PrimitiveDefStub
org/omg/CORBA/_PrimitiveDefStub.java .Fields in org.omg.CORBA declared as PrimitiveDef Modifier and Type Field Description PrimitiveDef
PrimitiveDefHolder. value
Methods in org.omg.CORBA that return PrimitiveDef Modifier and Type Method Description PrimitiveDef
PrimitiveDefPOA. _this()
PrimitiveDef
PrimitiveDefPOA. _this(ORB orb)
static PrimitiveDef
PrimitiveDefHelper. extract(Any a)
PrimitiveDef
_RepositoryStub. get_primitive(PrimitiveKind kind)
PrimitiveDef
RepositoryOperations. get_primitive(PrimitiveKind kind)
PrimitiveDef
RepositoryPOATie. get_primitive(PrimitiveKind kind)
static PrimitiveDef
PrimitiveDefHelper. narrow(Object obj)
static PrimitiveDef
PrimitiveDefHelper. read(InputStream istream)
static PrimitiveDef
PrimitiveDefHelper. unchecked_narrow(Object obj)
Methods in org.omg.CORBA with parameters of type PrimitiveDef Modifier and Type Method Description static void
PrimitiveDefHelper. insert(Any a, PrimitiveDef that)
static void
PrimitiveDefHelper. write(OutputStream ostream, PrimitiveDef value)
Constructors in org.omg.CORBA with parameters of type PrimitiveDef Constructor Description PrimitiveDefHolder(PrimitiveDef initialValue)
-