Uses of Class
com.sun.corba.se.spi.ior.iiop.GIOPVersion
Packages that use GIOPVersion
Package
Description
-
Uses of GIOPVersion in com.sun.corba.se.impl.encoding
Methods in com.sun.corba.se.impl.encoding that return GIOPVersionModifier and TypeMethodDescriptionCDRInputStream_1_0.getGIOPVersion()CDRInputStream_1_1.getGIOPVersion()CDRInputStream_1_2.getGIOPVersion()final GIOPVersionCDRInputStream.getGIOPVersion()CDROutputStream_1_0.getGIOPVersion()CDROutputStream_1_1.getGIOPVersion()CDROutputStream_1_2.getGIOPVersion()final GIOPVersionCDROutputStream.getGIOPVersion()IDLJavaSerializationInputStream.getGIOPVersion()Methods in com.sun.corba.se.impl.encoding with parameters of type GIOPVersionModifier and TypeMethodDescriptionstatic BufferManagerReadBufferManagerFactory.newBufferManagerRead(GIOPVersion version, byte encodingVersion, ORB orb) static BufferManagerWriteBufferManagerFactory.newBufferManagerWrite(GIOPVersion version, byte encodingVersion, ORB orb) Constructors in com.sun.corba.se.impl.encoding with parameters of type GIOPVersionModifierConstructorDescriptionCDRInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version, byte encodingVersion, BufferManagerRead bufMgr) CDROutputObject(ORB orb, CorbaMessageMediator mediator, GIOPVersion giopVersion, CorbaConnection connection, Message header, byte streamFormatVersion) CDROutputStream(ORB orb, GIOPVersion version, byte encodingVersion, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion) CDROutputStream(ORB orb, GIOPVersion version, byte encodingVersion, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) EncapsInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) 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, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) EncapsOutputStream(ORB orb, GIOPVersion version) EncapsOutputStream(ORB orb, GIOPVersion version, boolean isLittleEndian) TypeCodeInputStream(ORB orb, byte[] data, int size, boolean littleEndian, GIOPVersion version) TypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) -
Uses of GIOPVersion in com.sun.corba.se.impl.ior.iiop
Methods in com.sun.corba.se.impl.ior.iiop that return GIOPVersionModifier and TypeMethodDescriptionIIOPProfileImpl.getGIOPVersion()Return GIOPVersion for this IOR.IIOPProfileTemplateImpl.getGIOPVersion()Constructors in com.sun.corba.se.impl.ior.iiop with parameters of type GIOPVersionModifierConstructorDescriptionIIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary) -
Uses of GIOPVersion in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return GIOPVersionMethods in com.sun.corba.se.impl.orb with parameters of type GIOPVersionModifier and TypeMethodDescriptionintORBDataParserImpl.getGIOPBuffMgrStrategy(GIOPVersion gv) intORBSingleton.getGIOPBuffMgrStrategy(GIOPVersion gv) -
Uses of GIOPVersion in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return GIOPVersionMethods in com.sun.corba.se.impl.protocol with parameters of type GIOPVersionModifier and TypeMethodDescriptionprotected voidCorbaClientRequestDispatcherImpl.addCodeSetServiceContext(CorbaConnection conn, ServiceContexts ctxs, GIOPVersion giopVersion) Constructors in com.sun.corba.se.impl.protocol with parameters of type GIOPVersionModifierConstructorDescriptionCorbaMessageMediatorImpl(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.se.impl.protocol.giopmsgheaders
Methods in com.sun.corba.se.impl.protocol.giopmsgheaders that return GIOPVersionModifier and TypeMethodDescriptionMessage_1_0.getGIOPVersion()Message_1_1.getGIOPVersion()Message.getGIOPVersion()Methods in com.sun.corba.se.impl.protocol.giopmsgheaders with parameters of type GIOPVersionModifier and TypeMethodDescriptionstatic CancelRequestMessageMessageBase.createCancelRequest(GIOPVersion gv, int request_id) static MessageMessageBase.createCloseConnection(GIOPVersion gv) static FragmentMessageMessageBase.createFragmentMessage(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) 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) -
Uses of GIOPVersion in com.sun.corba.se.impl.transport
Methods in com.sun.corba.se.impl.transport with parameters of type GIOPVersionModifier and TypeMethodDescriptionvoidSocketOrChannelConnectionImpl.sendCancelRequest(GIOPVersion giopVersion, int requestId) Send a CancelRequest message.voidSocketOrChannelConnectionImpl.sendCancelRequestWithLock(GIOPVersion giopVersion, int requestId) voidSocketOrChannelConnectionImpl.sendCloseConnection(GIOPVersion giopVersion) The following methods are for dealing with Connection cleaning for better scalability of servers in high network load conditions.protected voidSocketOrChannelConnectionImpl.sendHelper(GIOPVersion giopVersion, Message msg) voidSocketOrChannelConnectionImpl.sendMessageError(GIOPVersion giopVersion) -
Uses of GIOPVersion in com.sun.corba.se.spi.encoding
Constructors in com.sun.corba.se.spi.encoding with parameters of type GIOPVersionModifierConstructorDescriptionCorbaOutputObject(ORB orb, GIOPVersion version, byte encodingVersion, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) -
Uses of GIOPVersion in com.sun.corba.se.spi.ior.iiop
Fields in com.sun.corba.se.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.se.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.se.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.se.spi.orb
Methods in com.sun.corba.se.spi.orb that return GIOPVersionMethods in com.sun.corba.se.spi.orb with parameters of type GIOPVersion -
Uses of GIOPVersion in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol that return GIOPVersion -
Uses of GIOPVersion in com.sun.corba.se.spi.servicecontext
Methods in com.sun.corba.se.spi.servicecontext with parameters of type GIOPVersionModifier and TypeMethodDescriptionServiceContextData.makeServiceContext(InputStream is, GIOPVersion gv) Factory method used to create a ServiceContext object by unmarshalling it from the InputStream.voidServiceContext.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.voidUnknownServiceContext.write(OutputStream os, GIOPVersion gv) Constructors in com.sun.corba.se.spi.servicecontext with parameters of type GIOPVersionModifierConstructorDescriptionprotectedServiceContext(InputStream s, GIOPVersion gv) Stream constructor used when subclass is constructed from an InputStream. -
Uses of GIOPVersion in com.sun.corba.se.spi.transport
Methods in com.sun.corba.se.spi.transport with parameters of type GIOPVersionModifier and TypeMethodDescriptionvoidCorbaConnection.sendCancelRequest(GIOPVersion giopVersion, int requestId) voidCorbaConnection.sendCancelRequestWithLock(GIOPVersion giopVersion, int requestId) voidCorbaConnection.sendCloseConnection(GIOPVersion giopVersion) voidCorbaConnection.sendMessageError(GIOPVersion giopVersion) -
Uses of GIOPVersion in sun.corba
Methods in sun.corba with parameters of type GIOPVersionModifier and TypeMethodDescriptionstatic CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, CorbaMessageMediator mediator, GIOPVersion giopVersion, CorbaConnection connection, Message header, byte streamFormatVersion) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) 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, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) static EncapsOutputStreamOutputStreamFactory.newEncapsOutputStream(ORB orb, GIOPVersion giopVersion) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version)