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.fragmentListA 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 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 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 RequestIdMessageBase.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.fragmentMapMethods in com.sun.corba.ee.impl.transport with parameters of type RequestIdModifier and TypeMethodDescriptionprivate voidConnectionImpl.addedEntryToFragmentMap(RequestId corbaRequestId) 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 -
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) voidConnection.removeFragmentList(RequestId corbaRequestId)