Uses of Class
com.sun.corba.ee.spi.ior.iiop.GIOPVersion
Packages that use GIOPVersion
Package
Description
-
Uses of GIOPVersion in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return GIOPVersionModifier and TypeMethodDescriptionfinal GIOPVersionCDRInputObject.getGIOPVersion()CDRInputStream_1_0.getGIOPVersion()CDRInputStream_1_1.getGIOPVersion()CDRInputStream_1_2.getGIOPVersion()abstract GIOPVersionCDRInputStreamBase.getGIOPVersion()final GIOPVersionCDROutputObject.getGIOPVersion()CDROutputStream_1_0.getGIOPVersion()CDROutputStream_1_1.getGIOPVersion()CDROutputStream_1_2.getGIOPVersion()abstract GIOPVersionCDROutputStreamBase.getGIOPVersion()Methods in com.sun.corba.ee.impl.encoding with parameters of type GIOPVersionModifier and TypeMethodDescriptionprivate voidCDRInputObject.createCDRInputStream(GIOPVersion version, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, BufferManagerRead bufMgr) private voidCDROutputObject.createCDROutputStream(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) CDROutputObject.CDRInputObjectFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) CDROutputObject.InputObjectFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) EncapsOutputStream.EncapsInputStreamFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) TypeCodeOutputStream.TypeCodeInputStreamFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) static BufferManagerReadBufferManagerFactory.newBufferManagerRead(GIOPVersion version, byte encodingVersion, ORB orb) static BufferManagerWriteBufferManagerFactory.newBufferManagerWrite(GIOPVersion version, byte encodingVersion, ORB orb) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) static EncapsOutputStreamOutputStreamFactory.newEncapsOutputStream(ORB orb, GIOPVersion version) static CDRInputStreamBaseCDRInputObject.InputStreamFactory.newInputStream(GIOPVersion version) static CDROutputStreamBaseCDROutputObject.OutputStreamFactory.newOutputStream(GIOPVersion version) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, byte[] data, int size, ByteOrder byteOrder, GIOPVersion version) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) Constructors in com.sun.corba.ee.impl.encoding with parameters of type GIOPVersionModifierConstructorDescriptionprotectedCDRInputObject(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version, BufferManagerRead bufMgr) CDROutputObject(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) privateCDROutputObject(ORB orb, GIOPVersion giopVersion, Message header, BufferManagerWrite manager, byte streamFormatVersion, MessageMediator mediator) CDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion) EncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version) 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.EncapsInputStream(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version) EncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) EncapsOutputStream(ORB orb, GIOPVersion version) TypeCodeInputStream(ORB orb, byte[] data, int size, ByteOrder byteOrder, GIOPVersion version) (package private)TypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) -
Uses of GIOPVersion in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as GIOPVersion -
Uses of GIOPVersion in com.sun.corba.ee.impl.ior.iiop
Fields in com.sun.corba.ee.impl.ior.iiop declared as GIOPVersionModifier and TypeFieldDescriptionprivate GIOPVersionIIOPProfileImpl.giopVersionprivate GIOPVersionIIOPProfileTemplateImpl.giopVersionMethods in com.sun.corba.ee.impl.ior.iiop that return GIOPVersionModifier and TypeMethodDescriptionIIOPProfileImpl.getGIOPVersion()Return GIOPVersion for this IOR.IIOPProfileTemplateImpl.getGIOPVersion()Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type GIOPVersionModifierConstructorDescriptionIIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary) -
Uses of GIOPVersion in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc with parameters of type GIOPVersionModifier and TypeMethodDescriptionstatic byteORBUtility.chooseEncodingVersion(ORB orb, IOR ior, GIOPVersion gv) -
Uses of GIOPVersion in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as GIOPVersionMethods in com.sun.corba.ee.impl.orb that return GIOPVersionMethods in com.sun.corba.ee.impl.orb with parameters of type GIOPVersionModifier and TypeMethodDescriptionintORBDataParserImpl.getGIOPBuffMgrStrategy(GIOPVersion gv) intORBSingleton.getGIOPBuffMgrStrategy(GIOPVersion gv) -
Uses of GIOPVersion in com.sun.corba.ee.impl.plugin.hwlb
Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type GIOPVersionModifierConstructorDescriptionSpecialIIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary) -
Uses of GIOPVersion in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return GIOPVersionMethods in com.sun.corba.ee.impl.protocol with parameters of type GIOPVersionModifier and TypeMethodDescriptionprotected voidClientRequestDispatcherImpl.addCodeSetServiceContext(Connection conn, ServiceContexts ctxs, GIOPVersion giopVersion) private byteMessageMediatorImpl.getStreamFormatVersionForThisRequest(IOR ior, GIOPVersion giopVersion) private voidMessageMediatorImpl.reportGIOPVersion(GIOPVersion vers) Constructors in com.sun.corba.ee.impl.protocol with parameters of type GIOPVersionModifierConstructorDescriptionMessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, String operationName, boolean isOneWay) -
Uses of GIOPVersion in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as GIOPVersionModifier and TypeFieldDescription(package private) GIOPVersionMessage_1_0.GIOP_version(package private) GIOPVersionMessage_1_1.GIOP_versionMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return GIOPVersionModifier and TypeMethodDescriptionMessage_1_0.getGIOPVersion()Message_1_1.getGIOPVersion()Message.getGIOPVersion()Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type GIOPVersionModifier and TypeMethodDescriptionstatic CancelRequestMessageMessageBase.createCancelRequest(GIOPVersion gv, int request_id) static MessageMessageBase.createCloseConnection(GIOPVersion gv) static LocateReplyMessageMessageBase.createLocateReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int locate_status, IOR ior) static LocateRequestMessageMessageBase.createLocateRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, byte[] object_key) static MessageMessageBase.createMessageError(GIOPVersion gv) static ReplyMessageMessageBase.createReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior) private static RequestMessageMessageBase.createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, String operation, ServiceContexts service_contexts, Principal requesting_principal) static RequestMessageMessageBase.createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, String operation, ServiceContexts service_contexts, Principal requesting_principal) Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type GIOPVersionModifierConstructorDescription(package private)Message_1_1(int _magic, GIOPVersion _GIOP_version, byte _flags, byte _message_type, int _message_size) (package private)Message_1_2(int _magic, GIOPVersion _GIOP_version, byte _flags, byte _message_type, int _message_size) -
Uses of GIOPVersion in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext declared as GIOPVersionMethods in com.sun.corba.ee.impl.servicecontext with parameters of type GIOPVersionModifier and TypeMethodDescriptionvoidServiceContextsImpl.write(OutputStream os, GIOPVersion gv) Write the service contexts to the output stream.voidUnknownServiceContextImpl.write(OutputStream os, GIOPVersion gv) private voidServiceContextsImpl.writeMapEntry(OutputStream os, int id, Object scObj, GIOPVersion gv) Write the given entry from the scMap to the OutputStream.private voidServiceContextsImpl.writeServiceContextsInOrder(OutputStream os, GIOPVersion gv) Write the service contexts in scMap in a desired order.Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type GIOPVersionModifierConstructorDescription -
Uses of GIOPVersion in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport with parameters of type GIOPVersionModifier and TypeMethodDescriptionvoidConnectionImpl.sendCancelRequest(GIOPVersion giopVersion, int requestId) Send a CancelRequest message.voidConnectionImpl.sendCancelRequestWithLock(GIOPVersion giopVersion, int requestId) voidConnectionImpl.sendCloseConnection(GIOPVersion giopVersion) ********************************************************************** The following methods are for dealing with Connection cleaning for better scalability of servers in high network load conditions.protected voidConnectionImpl.sendHelper(GIOPVersion giopVersion, Message msg) voidConnectionImpl.sendMessageError(GIOPVersion giopVersion) -
Uses of GIOPVersion in com.sun.corba.ee.spi.ior.iiop
Fields in com.sun.corba.ee.spi.ior.iiop declared as GIOPVersionModifier and TypeFieldDescriptionstatic final GIOPVersionGIOPVersion.DEFAULT_VERSIONstatic final GIOPVersionGIOPVersion.V1_0static final GIOPVersionGIOPVersion.V1_1static final GIOPVersionGIOPVersion.V1_2static final GIOPVersionGIOPVersion.V1_3static final GIOPVersionGIOPVersion.V13_XXMethods in com.sun.corba.ee.spi.ior.iiop that return GIOPVersionModifier and TypeMethodDescriptionstatic GIOPVersionGIOPVersion.chooseRequestVersion(ORB orb, IOR ior) This chooses the appropriate GIOP version.IIOPProfile.getGIOPVersion()Return the GIOPVersion of this profile.IIOPProfileTemplate.getGIOPVersion()Return the GIOP version of this profile.static GIOPVersionGIOPVersion.getInstance(byte major, byte minor) static GIOPVersionGIOPVersion.parseVersion(String s) Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type GIOPVersionModifier and TypeMethodDescriptionbooleanGIOPVersion.equals(GIOPVersion gv) booleanGIOPVersion.lessThan(GIOPVersion gv) static IIOPProfileTemplateIIOPFactories.makeIIOPProfileTemplate(ORB orb, GIOPVersion version, IIOPAddress primary) -
Uses of GIOPVersion in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type GIOPVersionModifier and TypeMethodDescriptionORBUtilSystemException.unsupportedGiopVersion(GIOPVersion arg0) -
Uses of GIOPVersion in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return GIOPVersionMethods in com.sun.corba.ee.spi.orb with parameters of type GIOPVersion -
Uses of GIOPVersion in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return GIOPVersion -
Uses of GIOPVersion in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext with parameters of type GIOPVersionModifier and TypeMethodDescriptionServiceContext.Factory.create(InputStream s, GIOPVersion gv) voidServiceContext.write(OutputStream s, GIOPVersion gv) voidServiceContextBase.write(OutputStream s, GIOPVersion gv) Write the service context to an output stream.voidServiceContexts.write(OutputStream os, GIOPVersion gv) Write the service contexts to the output stream. -
Uses of GIOPVersion in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport with parameters of type GIOPVersionModifier and TypeMethodDescriptionvoidConnection.sendCancelRequest(GIOPVersion giopVersion, int requestId) voidConnection.sendCancelRequestWithLock(GIOPVersion giopVersion, int requestId) voidConnection.sendCloseConnection(GIOPVersion giopVersion) voidConnection.sendMessageError(GIOPVersion giopVersion)