Uses of Class
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription
-
-
Uses of FullValueDescription in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding with type parameters of type FullValueDescription Modifier and Type Field Description private java.util.Hashtable<java.lang.String,FullValueDescription>
CachedCodeBase. fvds
Methods in com.sun.corba.ee.impl.encoding that return FullValueDescription Modifier and Type Method Description FullValueDescription
CachedCodeBase. meta(java.lang.String repId)
FullValueDescription[]
CachedCodeBase. metas(java.lang.String[] repIds)
-
Uses of FullValueDescription in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io with type parameters of type FullValueDescription Modifier and Type Field Description private static java.util.Map<java.lang.String,FullValueDescription>
FVDCodeBaseImpl. fvds
Methods in com.sun.corba.ee.impl.io that return FullValueDescription Modifier and Type Method Description FullValueDescription
FVDCodeBaseImpl. meta(java.lang.String x)
FullValueDescription[]
FVDCodeBaseImpl. metas(java.lang.String[] x)
static FullValueDescription
ValueUtility. translate(ORB orb, ObjectStreamClass osc, ValueHandler vh)
Methods in com.sun.corba.ee.impl.io that return types with arguments of type FullValueDescription Modifier and Type Method Description private java.util.List<FullValueDescription>
IIOPInputStream. getOrderedDescriptions(java.lang.String repositoryID, CodeBase sender)
Methods in com.sun.corba.ee.impl.io with parameters of type FullValueDescription Modifier and Type Method Description private java.lang.String
IIOPInputStream. displayFVD(FullValueDescription fvd)
static boolean
ValueUtility. isAssignableFrom(java.lang.String clzRepositoryId, FullValueDescription type, CodeBase sender)
private void
IIOPInputStream. readingDataUsingFVD(FullValueDescription fvd)
Method parameters in com.sun.corba.ee.impl.io with type arguments of type FullValueDescription Modifier and Type Method Description private void
IIOPInputStream. fullValueDescriptorsInfo(java.util.List<FullValueDescription> fvds)
-
Uses of FullValueDescription in com.sun.org.omg.CORBA.ValueDefPackage
Methods in com.sun.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 com.sun.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)
-
Uses of FullValueDescription in com.sun.org.omg.SendingContext
Methods in com.sun.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[]
_CodeBaseStub. metas(java.lang.String[] x)
FullValueDescription[]
CodeBaseOperations. metas(java.lang.String[] x)
-
Uses of FullValueDescription in com.sun.org.omg.SendingContext.CodeBasePackage
Methods in com.sun.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 com.sun.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)
-