Uses of Interface
com.sun.corba.ee.spi.protocol.RequestId
Packages that use RequestId
Package
Description
-
Uses of RequestId in com.sun.corba.ee.impl.protocol
Classes in com.sun.corba.ee.impl.protocol that implement RequestIdFields in com.sun.corba.ee.impl.protocol declared as RequestIdFields in com.sun.corba.ee.impl.protocol with type parameters of type RequestIdModifier and TypeFieldDescriptionMessageParserImpl.fragmentList
A list of request ids awaiting final fragments.Methods in com.sun.corba.ee.impl.protocol that return RequestIdMethods in com.sun.corba.ee.impl.protocol with parameters of type RequestIdModifier and TypeMethodDescriptionprivate void
MessageMediatorImpl.messageInfo
(Message msg, RequestId rid) -
Uses of RequestId in com.sun.corba.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return RequestIdModifier and TypeMethodDescriptionCancelRequestMessage_1_2.getCorbaRequestId()
Message_1_2.getCorbaRequestId()
Message.getCorbaRequestId()
Return a Message's CorbaRequestId.MessageBase.getCorbaRequestId()
Return a Message's CorbaRequestId.static RequestId
MessageBase.getRequestIdFromMessageBytes
(Message message, ByteBuffer byteBuffer) Get the request id from the 4 bytes following the 12 byte GIOP request header if the request header exists. -
Uses of RequestId in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport with type parameters of type RequestIdModifier and TypeFieldDescriptionprotected ConcurrentHashMap
<RequestId, Queue<MessageMediator>> ConnectionImpl.fragmentMap
Methods in com.sun.corba.ee.impl.transport with parameters of type RequestIdModifier and TypeMethodDescriptionprivate void
ConnectionImpl.addedEntryToFragmentMap
(RequestId corbaRequestId) ConnectionImpl.getFragmentList
(RequestId corbaRequestId) private void
ConnectionImpl.queuedMessageFragment
(RequestId corbaRequestId) void
ConnectionImpl.removeFragmentList
(RequestId corbaRequestId) -
Uses of RequestId in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return RequestId -
Uses of RequestId in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport with parameters of type RequestIdModifier and TypeMethodDescriptionConnection.getFragmentList
(RequestId corbaRequestId) void
Connection.removeFragmentList
(RequestId corbaRequestId)