org.objectweb.joram.mom.notifications.AcknowledgeRequest Class Reference

Inherits org.objectweb.joram.mom.notifications.AbstractRequest.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.mom.notifications.AcknowledgeRequest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AcknowledgeRequest (int clientContext, int requestId, Vector msgIds)
 AcknowledgeRequest (int clientContext, int requestId, String msgId)
Enumeration getIds ()

Detailed Description

An 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.


Constructor & Destructor Documentation

org.objectweb.joram.mom.notifications.AcknowledgeRequest.AcknowledgeRequest ( int  clientContext,
int  requestId,
Vector  msgIds 
)

Constructs an AcknowledgeRequest instance.

Parameters:
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.

Parameters:
clientContext Identifies a client context.
requestId Request identifier.
msgId Message identifier.

Definition at line 65 of file AcknowledgeRequest.java.


Member Function Documentation

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().


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:19:56 2008 for joram by  doxygen 1.5.0