org.apache.activemq.command
Class SubscriptionInfo
java.lang.Object
org.apache.activemq.command.SubscriptionInfo
- All Implemented Interfaces:
- DataStructure
public class SubscriptionInfo
- extends Object
- implements DataStructure
- Version:
- $Revision: 1.6 $
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
SubscriptionInfo
public SubscriptionInfo()
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.