Inheritance diagram for org.objectweb.joram.mom.notifications.AcknowledgeRequest:


Public Member Functions | |
| AcknowledgeRequest (int clientContext, int requestId, Vector msgIds) | |
| AcknowledgeRequest (int clientContext, int requestId, String msgId) | |
| Enumeration | getIds () |
AcknowledgeRequest instance is used by a client agent for acknowledging one or many messages on a queue.
Definition at line 33 of file AcknowledgeRequest.java.
| org.objectweb.joram.mom.notifications.AcknowledgeRequest.AcknowledgeRequest | ( | int | clientContext, | |
| int | requestId, | |||
| Vector | msgIds | |||
| ) |
Constructs an AcknowledgeRequest instance.
| clientContext | Identifies a client context. | |
| requestId | Request identifier. | |
| msgIds | Vector of message identifiers. |
Definition at line 52 of file AcknowledgeRequest.java.
| org.objectweb.joram.mom.notifications.AcknowledgeRequest.AcknowledgeRequest | ( | int | clientContext, | |
| int | requestId, | |||
| String | msgId | |||
| ) |
Constructs an AcknowledgeRequest instance.
| clientContext | Identifies a client context. | |
| requestId | Request identifier. | |
| msgId | Message identifier. |
Definition at line 65 of file AcknowledgeRequest.java.
| Enumeration org.objectweb.joram.mom.notifications.AcknowledgeRequest.getIds | ( | ) |
Returns the acknowledged messages' identifiers.
Definition at line 73 of file AcknowledgeRequest.java.
Referenced by org.objectweb.joram.mom.dest.QueueImpl.acknowledgeRequest().
1.5.0