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 class
CachedCodeBase
Provides 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 CodeBase
EncapsInputStream. codeBase
private CodeBase
CachedCodeBase. delegate
Fields 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. iorMap
Methods in com.sun.corba.ee.impl.encoding that return CodeBase Modifier and Type Method Description CodeBase
CDRInputObject. getCodeBase()
(package private) CodeBase
CDRInputStream_1_0. getCodeBase()
(package private) abstract CodeBase
CDRInputStreamBase. getCodeBase()
CodeBase
EncapsInputStream. getCodeBase()
Methods in com.sun.corba.ee.impl.encoding with parameters of type CodeBase Modifier and Type Method Description static EncapsInputStream
EncapsInputStreamFactory. 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 class
FVDCodeBaseImpl
This 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 CodeBase
IIOPInputStream. cbSender
Methods in com.sun.corba.ee.impl.io that return CodeBase Modifier and Type Method Description CodeBase
IIOPInputStream. 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 void
IIOPInputStream. inputClassFields(java.lang.Object o, java.lang.Class<?> cl, ObjectStreamClass osc, ValueMember[] fields, CodeBase sender)
private void
IIOPInputStream. inputClassFields(java.lang.Object o, java.lang.Class<?> cl, ObjectStreamField[] fields, CodeBase sender)
private java.lang.Object
IIOPInputStream. inputObject(java.lang.Class clz, ClassInfoCache.ClassInfo cinfo, java.lang.String repositoryID, CodeBase sender, int offset)
private java.lang.Object
IIOPInputStream. inputObjectField(ValueMember field, CodeBase sender)
private java.lang.Object
IIOPInputStream. 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 boolean
ValueUtility. isAssignableFrom(java.lang.String clzRepositoryId, FullValueDescription type, CodeBase sender)
private java.lang.Object
ValueHandlerImpl. read_Array(IIOPInputStream bridge, InputStream in, java.lang.Class sequence, CodeBase sender, int offset)
private java.io.Serializable
ValueHandlerImpl. readValueInternal(IIOPInputStream bridge, InputStream in, int offset, java.lang.Class<?> clazz, java.lang.String repositoryID, CodeBase sender)
void
IIOPInputStream. setSender(CodeBase cb)
(package private) java.lang.Object
IIOPInputStream. simpleReadObject(java.lang.Class clz, ClassInfoCache.ClassInfo cinfo, java.lang.String repositoryID, CodeBase sender, int offset)
void
IIOPInputStream. simpleSkipObject(java.lang.String repositoryID, CodeBase sender)
private void
IIOPInputStream. skipCustomUsingFVD(ValueMember[] fields, CodeBase sender)
private java.lang.Object
IIOPInputStream. skipObjectUsingFVD(java.lang.String repositoryID, CodeBase sender)
This input method uses FullValueDescriptions retrieved from the sender's runtime to read in the data.private void
IIOPInputStream. 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 CodeBase
ORBImpl. 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 CodeBase
ServiceContextsImpl. 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 CodeBase
ConnectionImpl. 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 CodeBase
Connection. 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
_CodeBaseImplBase
com/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
_CodeBaseStub
com/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 CodeBase
CodeBaseHelper. extract(Any a)
static CodeBase
CodeBaseHelper. narrow(Object obj)
static CodeBase
CodeBaseHelper. read(InputStream istream)
Methods in com.sun.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)
-