Uses of Interface
org.omg.SendingContext.CodeBase
-
Packages that use CodeBase Package Description org.omg.SendingContext -
-
Uses of CodeBase in org.omg.SendingContext
Classes in org.omg.SendingContext that implement CodeBase Modifier and Type Class Description class
_CodeBaseStub
org/omg/SendingContext/_CodeBaseStub.java .Fields in org.omg.SendingContext declared as CodeBase Modifier and Type Field Description CodeBase
CodeBaseHolder. value
Methods in org.omg.SendingContext that return CodeBase Modifier and Type Method Description CodeBase
CodeBasePOA. _this()
CodeBase
CodeBasePOA. _this(ORB orb)
static CodeBase
CodeBaseHelper. extract(Any a)
static CodeBase
CodeBaseHelper. narrow(Object obj)
static CodeBase
CodeBaseHelper. read(InputStream istream)
static CodeBase
CodeBaseHelper. unchecked_narrow(Object obj)
Methods in org.omg.SendingContext with parameters of type CodeBase Modifier and Type Method Description static void
CodeBaseHelper. insert(Any a, CodeBase that)
static void
CodeBaseHelper. write(OutputStream ostream, CodeBase value)
Constructors in org.omg.SendingContext with parameters of type CodeBase Constructor Description CodeBaseHolder(CodeBase initialValue)
-