org.objectweb.joram.mom.notifications
Class BrowseRequest
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AbstractRequest
org.objectweb.joram.mom.notifications.BrowseRequest
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class BrowseRequest
- extends AbstractRequest
A BrowseRequest
instance is used by a client agent for
requesting a "view" of the messages on a queue, without actually consuming
them.
- See Also:
- Serialized Form
Constructor Summary |
BrowseRequest(int clientContext,
int requestId,
java.lang.String selector)
Constructs a BrowseRequest instance. |
Method Summary |
java.lang.String |
getSelector()
Returns the selector of the request. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BrowseRequest
public BrowseRequest(int clientContext,
int requestId,
java.lang.String selector)
- Constructs a
BrowseRequest
instance.
- Parameters:
clientContext
- Identifies a client context.requestId
- Request identifier.selector
- Selector expression for filtering messages, null or empty
for no selection.
getSelector
public java.lang.String getSelector()
- Returns the selector of the request.
Copyright ? 2004 Scalagent - All rights reserved