org.apache.activemq.command
Class SubscriptionInfo

java.lang.Object
  extended by org.apache.activemq.command.SubscriptionInfo
All Implemented Interfaces:
DataStructure

public class SubscriptionInfo
extends Object
implements DataStructure

Version:
$Revision: 1.6 $

Field Summary
protected  String clientId
           
static byte DATA_STRUCTURE_TYPE
           
protected  ActiveMQDestination destination
           
protected  String selector
           
protected  String subcriptionName
           
 
Constructor Summary
SubscriptionInfo()
           
 
Method Summary
 String getClientId()
           
 byte getDataStructureType()
           
 ActiveMQDestination getDestination()
           
 String getSelector()
           
 String getSubcriptionName()
           
 boolean isMarshallAware()
           
 void setClientId(String clientId)
           
 void setDestination(ActiveMQDestination destination)
           
 void setSelector(String selector)
           
 void setSubcriptionName(String subcriptionName)
           
 String 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

destination

protected ActiveMQDestination destination

clientId

protected String clientId

subcriptionName

protected String subcriptionName

selector

protected String selector
Constructor Detail

SubscriptionInfo

public SubscriptionInfo()
Method Detail

getDataStructureType

public byte getDataStructureType()
Specified by:
getDataStructureType in interface DataStructure
Returns:
The type of the data structure

getClientId

public String getClientId()

setClientId

public void setClientId(String clientId)

getDestination

public ActiveMQDestination getDestination()

setDestination

public void setDestination(ActiveMQDestination destination)

getSelector

public String getSelector()

setSelector

public void setSelector(String selector)

getSubcriptionName

public String getSubcriptionName()

setSubcriptionName

public void setSubcriptionName(String subcriptionName)

isMarshallAware

public boolean isMarshallAware()
Specified by:
isMarshallAware in interface DataStructure

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Apache Software Foundation. All Rights Reserved.