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. fvdsMethods in com.sun.corba.ee.impl.encoding that return FullValueDescription Modifier and Type Method Description FullValueDescriptionCachedCodeBase. 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. fvdsMethods in com.sun.corba.ee.impl.io that return FullValueDescription Modifier and Type Method Description FullValueDescriptionFVDCodeBaseImpl. meta(java.lang.String x)FullValueDescription[]FVDCodeBaseImpl. metas(java.lang.String[] x)static FullValueDescriptionValueUtility. 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.StringIIOPInputStream. displayFVD(FullValueDescription fvd)static booleanValueUtility. isAssignableFrom(java.lang.String clzRepositoryId, FullValueDescription type, CodeBase sender)private voidIIOPInputStream. readingDataUsingFVD(FullValueDescription fvd)Method parameters in com.sun.corba.ee.impl.io with type arguments of type FullValueDescription Modifier and Type Method Description private voidIIOPInputStream. 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 FullValueDescriptionFullValueDescriptionHelper. extract(Any a)static FullValueDescriptionFullValueDescriptionHelper. read(InputStream istream)Methods in com.sun.org.omg.CORBA.ValueDefPackage with parameters of type FullValueDescription Modifier and Type Method Description static voidFullValueDescriptionHelper. insert(Any a, FullValueDescription that)static voidFullValueDescriptionHelper. 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)FullValueDescriptionCodeBaseOperations. 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 voidValueDescSeqHelper. insert(Any a, FullValueDescription[] that)static voidValueDescSeqHelper. write(OutputStream ostream, FullValueDescription[] value)
-