org.activemq.service
Class SubscriberEntry
java.lang.Object
org.activemq.service.SubscriberEntry
- All Implemented Interfaces:
- Externalizable, Serializable
public class SubscriberEntry
- extends Object
- implements Externalizable
Represents a durable subscribers subscription entry which contains
details of the subscription and the subscriber's unique ID
- Version:
- $Revision: 1.1.1.1 $
- See Also:
- Serialized Form
SubscriberEntry
public SubscriberEntry()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readNullableUTF
public static String readNullableUTF(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeNullableUTF
public static void writeNullableUTF(ObjectOutput out,
String value)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
getClientID
public String getClientID()
setClientID
public void setClientID(String clientID)
getConsumerName
public String getConsumerName()
setConsumerName
public void setConsumerName(String consumerName)
getDestination
public String getDestination()
setDestination
public void setDestination(String destination)
getSelector
public String getSelector()
setSelector
public void setSelector(String selector)
getSubscriberID
public int getSubscriberID()
setSubscriberID
public void setSubscriberID(int subscriberID)
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.