org.objectweb.joram.shared.client
Class QBrowseRequest
- java.io.Serializable
public class QBrowseRequest
A QBrowseRequest
instance is sent by a
QueueBrowser
when requesting an enumeration.
- Serialized Form
QBrowseRequest
public QBrowseRequest()
Constructs a QBrowseRequest
instance.
QBrowseRequest
public QBrowseRequest(String to,
String selector)
Constructs a QBrowseRequest
instance.
to
- Name of the queue to browse.selector
- The selector for filtering messages, if any.
getSelector
public String getSelector()
Returns the selector for filtering the messages.
setSelector
public void setSelector(String selector)
Sets the selector.
soapDecode
public static Object soapDecode(Hashtable h)
- soapDecode in interface AbstractJmsRequest
Copyright B) 2004 Scalagent - All rights reserved