org.objectweb.joram.shared.client
Class ConsumerUnsetListRequest

java.lang.Object
  extended byorg.objectweb.joram.shared.client.AbstractJmsRequest
      extended byorg.objectweb.joram.shared.client.ConsumerUnsetListRequest
All Implemented Interfaces:
java.io.Serializable

public class ConsumerUnsetListRequest
extends AbstractJmsRequest

A ConsumerUnsetListRequest is sent by a MessageConsumer which listener is unset.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest
target
 
Constructor Summary
ConsumerUnsetListRequest()
          Constructs a ConsumerUnsetListRequest.
ConsumerUnsetListRequest(boolean queueMode)
          Constructs a ConsumerUnsetListRequest.
 
Method Summary
 int getCancelledRequestId()
          Returns the identifier of the last listener request, cancelled by this request, queue mode only.
 boolean getQueueMode()
          Returns true for a queue listener.
 void setCancelledRequestId(int cancelledRequestId)
          Sets the identifier of the last listener request, cancelled by this request, queue mode only.
 void setQueueMode(boolean queueMode)
          Sets the listener mode (queue or topic listener).
 java.util.Hashtable soapCode()
           
static java.lang.Object soapDecode(java.util.Hashtable h)
           
 
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest
getKey, getRequestId, getTarget, setRequestId, setTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsumerUnsetListRequest

public ConsumerUnsetListRequest(boolean queueMode)
Constructs a ConsumerUnsetListRequest.

Parameters:
queueMode - true if the listener is listening to a queue.

ConsumerUnsetListRequest

public ConsumerUnsetListRequest()
Constructs a ConsumerUnsetListRequest.

Method Detail

setQueueMode

public void setQueueMode(boolean queueMode)
Sets the listener mode (queue or topic listener).


setCancelledRequestId

public void setCancelledRequestId(int cancelledRequestId)
Sets the identifier of the last listener request, cancelled by this request, queue mode only.


getQueueMode

public boolean getQueueMode()
Returns true for a queue listener.


getCancelledRequestId

public int getCancelledRequestId()
Returns the identifier of the last listener request, cancelled by this request, queue mode only.


soapCode

public java.util.Hashtable soapCode()
Overrides:
soapCode in class AbstractJmsRequest

soapDecode

public static java.lang.Object soapDecode(java.util.Hashtable h)


Copyright ? 2004 Scalagent - All rights reserved