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 classRequestIdImplRepresents a protocol request id.Fields in com.sun.corba.ee.impl.protocol declared as RequestId Modifier and Type Field Description static RequestIdRequestIdImpl. UNKNOWN_CORBA_REQUEST_IDFields in com.sun.corba.ee.impl.protocol with type parameters of type RequestId Modifier and Type Field Description private java.util.List<RequestId>MessageParserImpl. fragmentListA list of request ids awaiting final fragments.Methods in com.sun.corba.ee.impl.protocol that return RequestId Modifier and Type Method Description RequestIdMessageMediatorImpl. getRequestIdFromRawBytes()Methods in com.sun.corba.ee.impl.protocol with parameters of type RequestId Modifier and Type Method Description private voidMessageMediatorImpl. 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 RequestIdCancelRequestMessage_1_2. getCorbaRequestId()RequestIdMessage_1_2. getCorbaRequestId()RequestIdMessage. getCorbaRequestId()Return a Message's CorbaRequestId.RequestIdMessageBase. getCorbaRequestId()Return a Message's CorbaRequestId.static RequestIdMessageBase. 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. fragmentMapMethods in com.sun.corba.ee.impl.transport with parameters of type RequestId Modifier and Type Method Description private voidConnectionImpl. addedEntryToFragmentMap(RequestId corbaRequestId)java.util.Queue<MessageMediator>ConnectionImpl. getFragmentList(RequestId corbaRequestId)private voidConnectionImpl. queuedMessageFragment(RequestId corbaRequestId)voidConnectionImpl. 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 RequestIdMessageMediator. 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)voidConnection. removeFragmentList(RequestId corbaRequestId)
-