Uses of Interface
com.sun.org.omg.SendingContext.CodeBase
-
-
Uses of CodeBase in com.sun.corba.ee.impl.encoding
Classes in com.sun.corba.ee.impl.encoding that implement CodeBase Modifier and Type Class Description classCachedCodeBaseProvides the reading side with a per connection cache of info obtained via calls to the remote CodeBase.Fields in com.sun.corba.ee.impl.encoding declared as CodeBase Modifier and Type Field Description private CodeBaseEncapsInputStream. codeBaseprivate CodeBaseCachedCodeBase. delegateFields in com.sun.corba.ee.impl.encoding with type parameters of type CodeBase Modifier and Type Field Description private static java.util.Hashtable<IOR,CodeBase>CachedCodeBase. iorMapMethods in com.sun.corba.ee.impl.encoding that return CodeBase Modifier and Type Method Description CodeBaseCDRInputObject. getCodeBase()(package private) CodeBaseCDRInputStream_1_0. getCodeBase()(package private) abstract CodeBaseCDRInputStreamBase. getCodeBase()CodeBaseEncapsInputStream. getCodeBase()Methods in com.sun.corba.ee.impl.encoding with parameters of type CodeBase Modifier and Type Method Description static EncapsInputStreamEncapsInputStreamFactory. newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase)Constructors in com.sun.corba.ee.impl.encoding with parameters of type CodeBase Constructor Description EncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase)Full constructor with a CodeBase parameter useful for unmarshaling RMI-IIOP valuetypes (technically against the intention of an encapsulation, but necessary due to OMG issue 4795. -
Uses of CodeBase in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io that implement CodeBase Modifier and Type Class Description classFVDCodeBaseImplThis class acts as the remote interface to receivers wishing to retrieve the information of a remote Class.Fields in com.sun.corba.ee.impl.io declared as CodeBase Modifier and Type Field Description private CodeBaseIIOPInputStream. cbSenderMethods in com.sun.corba.ee.impl.io that return CodeBase Modifier and Type Method Description CodeBaseIIOPInputStream. getSender()Methods in com.sun.corba.ee.impl.io with parameters of type CodeBase Modifier and Type Method Description private java.util.List<FullValueDescription>IIOPInputStream. getOrderedDescriptions(java.lang.String repositoryID, CodeBase sender)private voidIIOPInputStream. inputClassFields(java.lang.Object o, java.lang.Class<?> cl, ObjectStreamClass osc, ValueMember[] fields, CodeBase sender)private voidIIOPInputStream. inputClassFields(java.lang.Object o, java.lang.Class<?> cl, ObjectStreamField[] fields, CodeBase sender)private java.lang.ObjectIIOPInputStream. inputObject(java.lang.Class clz, ClassInfoCache.ClassInfo cinfo, java.lang.String repositoryID, CodeBase sender, int offset)private java.lang.ObjectIIOPInputStream. inputObjectField(ValueMember field, CodeBase sender)private java.lang.ObjectIIOPInputStream. inputObjectUsingFVD(java.lang.Class clz, ClassInfoCache.ClassInfo cinfo, java.lang.String repositoryID, CodeBase sender, int offset)This input method uses FullValueDescriptions retrieved from the sender's runtime to read in the data.static booleanValueUtility. isAssignableFrom(java.lang.String clzRepositoryId, FullValueDescription type, CodeBase sender)private java.lang.ObjectValueHandlerImpl. read_Array(IIOPInputStream bridge, InputStream in, java.lang.Class sequence, CodeBase sender, int offset)private java.io.SerializableValueHandlerImpl. readValueInternal(IIOPInputStream bridge, InputStream in, int offset, java.lang.Class<?> clazz, java.lang.String repositoryID, CodeBase sender)voidIIOPInputStream. setSender(CodeBase cb)(package private) java.lang.ObjectIIOPInputStream. simpleReadObject(java.lang.Class clz, ClassInfoCache.ClassInfo cinfo, java.lang.String repositoryID, CodeBase sender, int offset)voidIIOPInputStream. simpleSkipObject(java.lang.String repositoryID, CodeBase sender)private voidIIOPInputStream. skipCustomUsingFVD(ValueMember[] fields, CodeBase sender)private java.lang.ObjectIIOPInputStream. skipObjectUsingFVD(java.lang.String repositoryID, CodeBase sender)This input method uses FullValueDescriptions retrieved from the sender's runtime to read in the data.private voidIIOPInputStream. throwAwayData(ValueMember[] fields, CodeBase sender) -
Uses of CodeBase in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as CodeBase Modifier and Type Field Description private CodeBaseORBImpl. codeBase -
Uses of CodeBase in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext declared as CodeBase Modifier and Type Field Description private CodeBaseServiceContextsImpl. codeBase -
Uses of CodeBase in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport that return CodeBase Modifier and Type Method Description CodeBaseConnectionImpl. getCodeBase() -
Uses of CodeBase in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return CodeBase Modifier and Type Method Description CodeBaseConnection. getCodeBase() -
Uses of CodeBase in com.sun.org.omg.SendingContext
Classes in com.sun.org.omg.SendingContext that implement CodeBase Modifier and Type Class Description class_CodeBaseImplBasecom/sun/org/omg/SendingContext/_CodeBaseImplBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTclass_CodeBaseStubcom/sun/org/omg/SendingContext/_CodeBaseStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTMethods in com.sun.org.omg.SendingContext that return CodeBase Modifier and Type Method Description static CodeBaseCodeBaseHelper. extract(Any a)static CodeBaseCodeBaseHelper. narrow(Object obj)static CodeBaseCodeBaseHelper. read(InputStream istream)Methods in com.sun.org.omg.SendingContext with parameters of type CodeBase Modifier and Type Method Description static voidCodeBaseHelper. insert(Any a, CodeBase that)static voidCodeBaseHelper. write(OutputStream ostream, CodeBase value)
-