org.apache.activemq.command
Class RemoveSubscriptionInfo

java.lang.Object
  extended by org.apache.activemq.command.BaseCommand
      extended by org.apache.activemq.command.RemoveSubscriptionInfo
All Implemented Interfaces:
Command, DataStructure

public class RemoveSubscriptionInfo
extends BaseCommand

Version:
$Revision: 1.7 $

Field Summary
protected  java.lang.String clientId
           
protected  ConnectionId connectionId
           
static byte DATA_STRUCTURE_TYPE
           
protected  java.lang.String subcriptionName
           
 
Fields inherited from class org.apache.activemq.command.BaseCommand
commandId, responseRequired
 
Constructor Summary
RemoveSubscriptionInfo()
           
 
Method Summary
 java.lang.String getClientId()
           
 ConnectionId getConnectionId()
           
 byte getDataStructureType()
           
 java.lang.String getSubcriptionName()
           
 void setClientId(java.lang.String clientId)
           
 void setConnectionId(ConnectionId connectionId)
           
 void setSubcriptionName(java.lang.String subcriptionName)
           
 Response visit(CommandVisitor visitor)
           
 
Methods inherited from class org.apache.activemq.command.BaseCommand
copy, getCommandId, getFrom, getTo, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATA_STRUCTURE_TYPE

public static final byte DATA_STRUCTURE_TYPE
See Also:
Constant Field Values

connectionId

protected ConnectionId connectionId

clientId

protected java.lang.String clientId

subcriptionName

protected java.lang.String subcriptionName
Constructor Detail

RemoveSubscriptionInfo

public RemoveSubscriptionInfo()
Method Detail

getDataStructureType

public byte getDataStructureType()
Returns:
The type of the data structure

getConnectionId

public ConnectionId getConnectionId()

setConnectionId

public void setConnectionId(ConnectionId connectionId)

getSubcriptionName

public java.lang.String getSubcriptionName()

setSubcriptionName

public void setSubcriptionName(java.lang.String subcriptionName)

getClientId

public java.lang.String getClientId()

setClientId

public void setClientId(java.lang.String clientId)

visit

public Response visit(CommandVisitor visitor)
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 Apache Software Foundation. All Rights Reserved.