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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DenyRequest (int clientContext, int requestId, Vector msgIds)
 DenyRequest (int clientContext, int requestId, String msgId)
 DenyRequest (int clientContext)
Enumeration getIds ()
StringBuffer toString (StringBuffer output)

Detailed Description

A DenyRequest instance is used by a client agent for denying one or many messages on a queue.

Definition at line 33 of file DenyRequest.java.


Constructor & Destructor Documentation

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

Constructs an DenyRequest instance.

Parameters:
clientContext Identifies a client context.
requestId Request identifier.
msgIds Vector of message identifiers.

Definition at line 52 of file DenyRequest.java.

org.objectweb.joram.mom.notifications.DenyRequest.DenyRequest ( int  clientContext,
int  requestId,
String  msgId 
)

Constructs an DenyRequest instance.

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

Definition at line 65 of file DenyRequest.java.

org.objectweb.joram.mom.notifications.DenyRequest.DenyRequest ( int  clientContext  ) 

Constructs an DenyRequest instance.

Parameters:
clientContext Identifies a client context.

Definition at line 76 of file DenyRequest.java.


Member Function Documentation

Enumeration org.objectweb.joram.mom.notifications.DenyRequest.getIds (  ) 

Returns the denied messages' identifiers.

Definition at line 83 of file DenyRequest.java.

Referenced by org.objectweb.joram.mom.dest.QueueImpl.denyRequest().

StringBuffer org.objectweb.joram.mom.notifications.DenyRequest.toString ( StringBuffer  output  ) 

Appends a string image for this object to the StringBuffer parameter.

Parameters:
output buffer to fill in
Returns:
output buffer is returned

Reimplemented from org.objectweb.joram.mom.notifications.AbstractRequest.

Definition at line 101 of file DenyRequest.java.


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