org.objectweb.joram.shared.client

Class QBrowseRequest

Implemented Interfaces:
java.io.Serializable

public class QBrowseRequest
extends AbstractJmsRequest

A QBrowseRequest instance is sent by a QueueBrowser when requesting an enumeration.

See Also:
Serialized Form

Field Summary

Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest

target

Constructor Summary

QBrowseRequest()
Constructs a QBrowseRequest instance.
QBrowseRequest(String to, String selector)
Constructs a QBrowseRequest instance.

Method Summary

String
getSelector()
Returns the selector for filtering the messages.
void
setSelector(String selector)
Sets the selector.
Hashtable
soapCode()
static Object
soapDecode(Hashtable h)

Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest

getKey, getRequestId, getTarget, setRequestId, setTarget, soapCode, soapDecode, toString

Constructor Details

QBrowseRequest

public QBrowseRequest()
Constructs a QBrowseRequest instance.


QBrowseRequest

public QBrowseRequest(String to,
                      String selector)
Constructs a QBrowseRequest instance.

Parameters:
to - Name of the queue to browse.
selector - The selector for filtering messages, if any.

Method Details

getSelector

public String getSelector()
Returns the selector for filtering the messages.


setSelector

public void setSelector(String selector)
Sets the selector.


soapCode

public Hashtable soapCode()
Overrides:
soapCode in interface AbstractJmsRequest


soapDecode

public static Object soapDecode(Hashtable h)
Overrides:
soapDecode in interface AbstractJmsRequest


Copyright B) 2004 Scalagent - All rights reserved