org.objectweb.joram.shared.client
Class ConsumerSetListRequest
- java.io.Serializable
public class ConsumerSetListRequest
A ConsumerSetListRequest
is sent by a
MessageConsumer
on which a message listener is set.
- Serialized Form
ConsumerSetListRequest
public ConsumerSetListRequest()
Constructs a ConsumerSetListRequest
.
ConsumerSetListRequest
public ConsumerSetListRequest(String targetName,
String selector,
boolean queueMode)
Constructs a ConsumerSetListRequest
.
targetName
- Name of the target queue or subscription.selector
- Selector for filtering messages.queueMode
- true
if this request is destinated to a
queue.
getQueueMode
public boolean getQueueMode()
Returns true
if the request is destinated to a queue.
getSelector
public String getSelector()
Returns the selector for filtering messages.
setQueueMode
public void setQueueMode(boolean queueMode)
Sets the target destination type.
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