org.objectweb.joram.shared.client
Class ConsumerUnsubRequest

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

public class ConsumerUnsubRequest
extends AbstractJmsRequest

A ConsumerUnsubRequest is sent by a closing temporary MessageConsumer on a topic, or by a Session unsubscribing a durable subscriber.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest
target
 
Constructor Summary
ConsumerUnsubRequest()
          Constructs a ConsumerUnsubRequest.
ConsumerUnsubRequest(java.lang.String subName)
          Constructs a ConsumerUnsubRequest.
 
Method Summary
 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

ConsumerUnsubRequest

public ConsumerUnsubRequest(java.lang.String subName)
Constructs a ConsumerUnsubRequest.

Parameters:
subName - The name of the subscription to delete.

ConsumerUnsubRequest

public ConsumerUnsubRequest()
Constructs a ConsumerUnsubRequest.

Method Detail

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