Uses of Interface
com.sun.org.omg.SendingContext.CodeBase
Packages that use CodeBase
Package
Description
-
Uses of CodeBase in com.sun.corba.ee.impl.encoding
Classes in com.sun.corba.ee.impl.encoding that implement CodeBaseModifier and TypeClassDescriptionclass
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 CodeBaseModifier and TypeFieldDescriptionprivate CodeBase
EncapsInputStream.codeBase
private CodeBase
CachedCodeBase.delegate
Fields in com.sun.corba.ee.impl.encoding with type parameters of type CodeBaseMethods in com.sun.corba.ee.impl.encoding that return CodeBaseModifier and TypeMethodDescriptionCDRInputObject.getCodeBase()
(package private) CodeBase
CDRInputStream_1_0.getCodeBase()
(package private) abstract CodeBase
CDRInputStreamBase.getCodeBase()
EncapsInputStream.getCodeBase()
Methods in com.sun.corba.ee.impl.encoding with parameters of type CodeBaseModifier and TypeMethodDescriptionstatic 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 CodeBaseModifierConstructorDescriptionEncapsInputStream
(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 CodeBaseModifier and TypeClassDescriptionclass
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 CodeBaseMethods in com.sun.corba.ee.impl.io that return CodeBaseMethods in com.sun.corba.ee.impl.io with parameters of type CodeBaseModifier and TypeMethodDescriptionprivate List
<FullValueDescription> IIOPInputStream.getOrderedDescriptions
(String repositoryID, CodeBase sender) private void
IIOPInputStream.inputClassFields
(Object o, Class<?> cl, ObjectStreamClass osc, ValueMember[] fields, CodeBase sender) private void
IIOPInputStream.inputClassFields
(Object o, Class<?> cl, ObjectStreamField[] fields, CodeBase sender) private Object
IIOPInputStream.inputObject
(Class clz, ClassInfoCache.ClassInfo cinfo, String repositoryID, CodeBase sender, int offset) private Object
IIOPInputStream.inputObjectField
(ValueMember field, CodeBase sender) private Object
IIOPInputStream.inputObjectUsingFVD
(Class clz, ClassInfoCache.ClassInfo cinfo, 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
(String clzRepositoryId, FullValueDescription type, CodeBase sender) private Object
ValueHandlerImpl.read_Array
(IIOPInputStream bridge, InputStream in, Class sequence, CodeBase sender, int offset) private Serializable
ValueHandlerImpl.readValueInternal
(IIOPInputStream bridge, InputStream in, int offset, Class<?> clazz, String repositoryID, CodeBase sender) final void
(package private) final Object
IIOPInputStream.simpleReadObject
(Class clz, ClassInfoCache.ClassInfo cinfo, String repositoryID, CodeBase sender, int offset) final void
IIOPInputStream.simpleSkipObject
(String repositoryID, CodeBase sender) private void
IIOPInputStream.skipCustomUsingFVD
(ValueMember[] fields, CodeBase sender) private Object
IIOPInputStream.skipObjectUsingFVD
(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 -
Uses of CodeBase in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext declared as CodeBase -
Uses of CodeBase in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport that return CodeBase -
Uses of CodeBase in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return CodeBase -
Uses of CodeBase in com.sun.org.omg.SendingContext
Classes in com.sun.org.omg.SendingContext that implement CodeBaseModifier and TypeClassDescriptionclass
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
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 CodeBaseModifier and TypeMethodDescriptionstatic CodeBase
static CodeBase
static CodeBase
CodeBaseHelper.read
(InputStream istream) Methods in com.sun.org.omg.SendingContext with parameters of type CodeBase