Uses of Class
com.sun.corba.ee.spi.ior.iiop.GIOPVersion
-
-
Uses of GIOPVersion in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return GIOPVersion Modifier and Type Method Description GIOPVersion
CDRInputObject. getGIOPVersion()
GIOPVersion
CDRInputStream_1_0. getGIOPVersion()
GIOPVersion
CDRInputStream_1_1. getGIOPVersion()
GIOPVersion
CDRInputStream_1_2. getGIOPVersion()
abstract GIOPVersion
CDRInputStreamBase. getGIOPVersion()
GIOPVersion
CDROutputObject. getGIOPVersion()
GIOPVersion
CDROutputStream_1_0. getGIOPVersion()
GIOPVersion
CDROutputStream_1_1. getGIOPVersion()
GIOPVersion
CDROutputStream_1_2. getGIOPVersion()
abstract GIOPVersion
CDROutputStreamBase. getGIOPVersion()
Methods in com.sun.corba.ee.impl.encoding with parameters of type GIOPVersion Modifier and Type Method Description private void
CDRInputObject. createCDRInputStream(GIOPVersion version, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, BufferManagerRead bufMgr)
private void
CDROutputObject. createCDROutputStream(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers)
CDRInputObject
CDROutputObject.CDRInputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
CDRInputObject
CDROutputObject.InputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
CDRInputObject
EncapsOutputStream.EncapsInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
CDRInputObject
TypeCodeOutputStream.TypeCodeInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
static BufferManagerRead
BufferManagerFactory. newBufferManagerRead(GIOPVersion version, byte encodingVersion, ORB orb)
static BufferManagerWrite
BufferManagerFactory. newBufferManagerWrite(GIOPVersion version, byte encodingVersion, ORB orb)
static CDROutputObject
OutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion)
static EncapsInputStream
EncapsInputStreamFactory. newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version)
static EncapsInputStream
EncapsInputStreamFactory. newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase)
static EncapsInputStream
EncapsInputStreamFactory. newEncapsInputStream(ORB orb, byte[] buf, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
static EncapsInputStream
EncapsInputStreamFactory. newEncapsInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
static EncapsOutputStream
OutputStreamFactory. newEncapsOutputStream(ORB orb, GIOPVersion version)
static CDRInputStreamBase
CDRInputObject.InputStreamFactory. newInputStream(GIOPVersion version)
static CDROutputStreamBase
CDROutputObject.OutputStreamFactory. newOutputStream(GIOPVersion version)
static TypeCodeInputStream
EncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, byte[] data, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
static TypeCodeInputStream
EncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
Constructors in com.sun.corba.ee.impl.encoding with parameters of type GIOPVersion Constructor Description CDRInputObject(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version, BufferManagerRead bufMgr)
CDROutputObject(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers)
CDROutputObject(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, java.nio.ByteOrder byteOrder, GIOPVersion version)
EncapsInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
EncapsOutputStream(ORB orb, GIOPVersion version)
TypeCodeInputStream(ORB orb, byte[] data, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
TypeCodeInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.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 Modifier and Type Field Description private GIOPVersion
CDREncapsCodec. giopVersion
-
Uses of GIOPVersion in com.sun.corba.ee.impl.ior.iiop
Fields in com.sun.corba.ee.impl.ior.iiop declared as GIOPVersion Modifier and Type Field Description private GIOPVersion
IIOPProfileImpl. giopVersion
private GIOPVersion
IIOPProfileTemplateImpl. giopVersion
Methods in com.sun.corba.ee.impl.ior.iiop that return GIOPVersion Modifier and Type Method Description GIOPVersion
IIOPProfileImpl. getGIOPVersion()
Return GIOPVersion for this IOR.GIOPVersion
IIOPProfileTemplateImpl. getGIOPVersion()
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type GIOPVersion Constructor Description IIOPProfileTemplateImpl(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 GIOPVersion Modifier and Type Method Description static byte
ORBUtility. 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 GIOPVersion Modifier and Type Field Description private GIOPVersion
ORBDataParserImpl. giopVersion
Methods in com.sun.corba.ee.impl.orb that return GIOPVersion Modifier and Type Method Description GIOPVersion
ORBDataParserImpl. getGIOPVersion()
Methods in com.sun.corba.ee.impl.orb with parameters of type GIOPVersion Modifier and Type Method Description int
ORBDataParserImpl. getGIOPBuffMgrStrategy(GIOPVersion gv)
int
ORBSingleton. 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 GIOPVersion Constructor Description SpecialIIOPProfileTemplateImpl(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 GIOPVersion Modifier and Type Method Description GIOPVersion
MessageMediatorImpl. getGIOPVersion()
Methods in com.sun.corba.ee.impl.protocol with parameters of type GIOPVersion Modifier and Type Method Description protected void
ClientRequestDispatcherImpl. addCodeSetServiceContext(Connection conn, ServiceContexts ctxs, GIOPVersion giopVersion)
private byte
MessageMediatorImpl. getStreamFormatVersionForThisRequest(IOR ior, GIOPVersion giopVersion)
private void
MessageMediatorImpl. reportGIOPVersion(GIOPVersion vers)
Constructors in com.sun.corba.ee.impl.protocol with parameters of type GIOPVersion Constructor Description MessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, java.lang.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 GIOPVersion Modifier and Type Field Description (package private) GIOPVersion
Message_1_0. GIOP_version
(package private) GIOPVersion
Message_1_1. GIOP_version
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return GIOPVersion Modifier and Type Method Description GIOPVersion
Message_1_0. getGIOPVersion()
GIOPVersion
Message_1_1. getGIOPVersion()
GIOPVersion
Message. getGIOPVersion()
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type GIOPVersion Modifier and Type Method Description static CancelRequestMessage
MessageBase. createCancelRequest(GIOPVersion gv, int request_id)
static Message
MessageBase. createCloseConnection(GIOPVersion gv)
static LocateReplyMessage
MessageBase. createLocateReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int locate_status, IOR ior)
static LocateRequestMessage
MessageBase. createLocateRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, byte[] object_key)
static Message
MessageBase. createMessageError(GIOPVersion gv)
static ReplyMessage
MessageBase. createReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior)
private static RequestMessage
MessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
static RequestMessage
MessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type GIOPVersion Constructor Description Message_1_1(int _magic, GIOPVersion _GIOP_version, byte _flags, byte _message_type, int _message_size)
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 GIOPVersion Modifier and Type Field Description private GIOPVersion
ServiceContextsImpl. giopVersion
Methods in com.sun.corba.ee.impl.servicecontext with parameters of type GIOPVersion Modifier and Type Method Description void
ServiceContextsImpl. write(OutputStream os, GIOPVersion gv)
Write the service contexts to the output stream.void
UnknownServiceContextImpl. write(OutputStream os, GIOPVersion gv)
private void
ServiceContextsImpl. writeMapEntry(OutputStream os, int id, java.lang.Object scObj, GIOPVersion gv)
Write the given entry from the scMap to the OutputStream.private void
ServiceContextsImpl. 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 GIOPVersion Constructor Description CodeSetServiceContextImpl(InputStream is, GIOPVersion gv)
MaxStreamFormatVersionServiceContextImpl(InputStream is, GIOPVersion gv)
ORBVersionServiceContextImpl(InputStream is, GIOPVersion gv)
SendingContextServiceContextImpl(InputStream is, GIOPVersion gv)
UEInfoServiceContextImpl(InputStream is, GIOPVersion gv)
-
Uses of GIOPVersion in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport with parameters of type GIOPVersion Modifier and Type Method Description void
ConnectionImpl. sendCancelRequest(GIOPVersion giopVersion, int requestId)
Send a CancelRequest message.void
ConnectionImpl. sendCancelRequestWithLock(GIOPVersion giopVersion, int requestId)
void
ConnectionImpl. sendCloseConnection(GIOPVersion giopVersion)
********************************************************************** The following methods are for dealing with Connection cleaning for better scalability of servers in high network load conditions.protected void
ConnectionImpl. sendHelper(GIOPVersion giopVersion, Message msg)
void
ConnectionImpl. 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 GIOPVersion Modifier and Type Field Description static GIOPVersion
GIOPVersion. DEFAULT_VERSION
static GIOPVersion
GIOPVersion. V1_0
static GIOPVersion
GIOPVersion. V1_1
static GIOPVersion
GIOPVersion. V1_2
static GIOPVersion
GIOPVersion. V1_3
static GIOPVersion
GIOPVersion. V13_XX
Methods in com.sun.corba.ee.spi.ior.iiop that return GIOPVersion Modifier and Type Method Description static GIOPVersion
GIOPVersion. chooseRequestVersion(ORB orb, IOR ior)
This chooses the appropriate GIOP version.GIOPVersion
IIOPProfile. getGIOPVersion()
Return the GIOPVersion of this profile.GIOPVersion
IIOPProfileTemplate. getGIOPVersion()
Return the GIOP version of this profile.static GIOPVersion
GIOPVersion. getInstance(byte major, byte minor)
static GIOPVersion
GIOPVersion. parseVersion(java.lang.String s)
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type GIOPVersion Modifier and Type Method Description boolean
GIOPVersion. equals(GIOPVersion gv)
boolean
GIOPVersion. lessThan(GIOPVersion gv)
static IIOPProfileTemplate
IIOPFactories. 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 GIOPVersion Modifier and Type Method Description INTERNAL
ORBUtilSystemException. unsupportedGiopVersion(GIOPVersion arg0)
-
Uses of GIOPVersion in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return GIOPVersion Modifier and Type Method Description GIOPVersion
ORBData. getGIOPVersion()
Methods in com.sun.corba.ee.spi.orb with parameters of type GIOPVersion Modifier and Type Method Description int
ORBData. getGIOPBuffMgrStrategy(GIOPVersion gv)
-
Uses of GIOPVersion in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return GIOPVersion Modifier and Type Method Description GIOPVersion
MessageMediator. getGIOPVersion()
-
Uses of GIOPVersion in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext with parameters of type GIOPVersion Modifier and Type Method Description ServiceContext
ServiceContext.Factory. create(InputStream s, GIOPVersion gv)
void
ServiceContext. write(OutputStream s, GIOPVersion gv)
void
ServiceContextBase. write(OutputStream s, GIOPVersion gv)
Write the service context to an output stream.void
ServiceContexts. 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 GIOPVersion Modifier and Type Method Description void
Connection. sendCancelRequest(GIOPVersion giopVersion, int requestId)
void
Connection. sendCancelRequestWithLock(GIOPVersion giopVersion, int requestId)
void
Connection. sendCloseConnection(GIOPVersion giopVersion)
void
Connection. sendMessageError(GIOPVersion giopVersion)
-