Uses of Interface
com.sun.corba.ee.spi.protocol.RequestId
-
-
Uses of RequestId in com.sun.corba.ee.impl.protocol
Classes in com.sun.corba.ee.impl.protocol that implement RequestId Modifier and Type Class Description class
RequestIdImpl
Represents a protocol request id.Fields in com.sun.corba.ee.impl.protocol declared as RequestId Modifier and Type Field Description static RequestId
RequestIdImpl. UNKNOWN_CORBA_REQUEST_ID
Fields in com.sun.corba.ee.impl.protocol with type parameters of type RequestId Modifier and Type Field Description private java.util.List<RequestId>
MessageParserImpl. fragmentList
A list of request ids awaiting final fragments.Methods in com.sun.corba.ee.impl.protocol that return RequestId Modifier and Type Method Description RequestId
MessageMediatorImpl. getRequestIdFromRawBytes()
Methods in com.sun.corba.ee.impl.protocol with parameters of type RequestId Modifier and Type Method Description private 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 RequestId Modifier and Type Method Description RequestId
CancelRequestMessage_1_2. getCorbaRequestId()
RequestId
Message_1_2. getCorbaRequestId()
RequestId
Message. getCorbaRequestId()
Return a Message's CorbaRequestId.RequestId
MessageBase. getCorbaRequestId()
Return a Message's CorbaRequestId.static RequestId
MessageBase. getRequestIdFromMessageBytes(Message message, java.nio.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 RequestId Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<RequestId,java.util.Queue<MessageMediator>>
ConnectionImpl. fragmentMap
Methods in com.sun.corba.ee.impl.transport with parameters of type RequestId Modifier and Type Method Description private void
ConnectionImpl. addedEntryToFragmentMap(RequestId corbaRequestId)
java.util.Queue<MessageMediator>
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 Modifier and Type Method Description RequestId
MessageMediator. getRequestIdFromRawBytes()
-
Uses of RequestId in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport with parameters of type RequestId Modifier and Type Method Description java.util.Queue<MessageMediator>
Connection. getFragmentList(RequestId corbaRequestId)
void
Connection. removeFragmentList(RequestId corbaRequestId)
-