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 TypeClassDescriptionclassProvides 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 CodeBaseEncapsInputStream.codeBaseprivate CodeBaseCachedCodeBase.delegateFields 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) CodeBaseCDRInputStream_1_0.getCodeBase()(package private) abstract CodeBaseCDRInputStreamBase.getCodeBase()EncapsInputStream.getCodeBase()Methods in com.sun.corba.ee.impl.encoding with parameters of type CodeBaseModifier and TypeMethodDescriptionstatic EncapsInputStreamEncapsInputStreamFactory.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 TypeClassDescriptionclassThis 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 voidIIOPInputStream.inputClassFields(Object o, Class<?> cl, ObjectStreamClass osc, ValueMember[] fields, CodeBase sender) private voidIIOPInputStream.inputClassFields(Object o, Class<?> cl, ObjectStreamField[] fields, CodeBase sender) private ObjectIIOPInputStream.inputObject(Class clz, ClassInfoCache.ClassInfo cinfo, String repositoryID, CodeBase sender, int offset) private ObjectIIOPInputStream.inputObjectField(ValueMember field, CodeBase sender) private ObjectIIOPInputStream.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 booleanValueUtility.isAssignableFrom(String clzRepositoryId, FullValueDescription type, CodeBase sender) private ObjectValueHandlerImpl.read_Array(IIOPInputStream bridge, InputStream in, Class sequence, CodeBase sender, int offset) private SerializableValueHandlerImpl.readValueInternal(IIOPInputStream bridge, InputStream in, int offset, Class<?> clazz, String repositoryID, CodeBase sender) final void(package private) final ObjectIIOPInputStream.simpleReadObject(Class clz, ClassInfoCache.ClassInfo cinfo, String repositoryID, CodeBase sender, int offset) final voidIIOPInputStream.simpleSkipObject(String repositoryID, CodeBase sender) private voidIIOPInputStream.skipCustomUsingFVD(ValueMember[] fields, CodeBase sender) private ObjectIIOPInputStream.skipObjectUsingFVD(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 -
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 TypeClassDescriptionclasscom/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 PDTclasscom/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 CodeBasestatic CodeBasestatic CodeBaseCodeBaseHelper.read(InputStream istream) Methods in com.sun.org.omg.SendingContext with parameters of type CodeBase