Joram 5.0.9

org.objectweb.joram.kclient
Class ConsumerUnsubRequest

java.lang.Object
  extended by org.objectweb.joram.kclient.AbstractMessage
      extended by org.objectweb.joram.kclient.AbstractRequest
          extended by org.objectweb.joram.kclient.ConsumerUnsubRequest
All Implemented Interfaces:
Streamable

public final class ConsumerUnsubRequest
extends AbstractRequest

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


Field Summary
 
Fields inherited from class org.objectweb.joram.kclient.AbstractRequest
requestId, target
 
Fields inherited from class org.objectweb.joram.kclient.AbstractMessage
ACTIVATE_CONSUMER_REQUEST, classid, classnames, CNX_CLOSE_REPLY, CNX_CLOSE_REQUEST, CNX_CONNECT_REPLY, CNX_CONNECT_REQUEST, CNX_START_REQUEST, CNX_STOP_REQUEST, CONSUMER_ACK_REQUEST, CONSUMER_CLOSE_SUB_REQUEST, CONSUMER_DENY_REQUEST, CONSUMER_MESSAGES, CONSUMER_RECEIVE_REQUEST, CONSUMER_SUB_REQUEST, CONSUMER_UNSUB_REQUEST, MOM_EXCEPTION_REPLY, NULL_CLASS_ID, PRODUCER_MESSAGES, SERVER_REPLY, SESS_ACK_REQUEST, SESS_DENY_REQUEST
 
Constructor Summary
ConsumerUnsubRequest(java.lang.String subName)
          Constructs a ConsumerUnsubRequest.
 
Method Summary
protected  int getClassId()
           
 
Methods inherited from class org.objectweb.joram.kclient.AbstractRequest
getRequestId, readFrom, setRequestId, toString, writeTo
 
Methods inherited from class org.objectweb.joram.kclient.AbstractMessage
read, toString, write
 
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.
Method Detail

getClassId

protected int getClassId()
Specified by:
getClassId in class AbstractMessage

Joram 5.0.9

Copyright © 2005 Scalagent - All rights reserved