org.apache.activemq.leveldb.record
Interface SubscriptionRecord.Getter
- All Superinterfaces:
- org.fusesource.hawtbuf.proto.PBMessage<SubscriptionRecord.Bean,SubscriptionRecord.Buffer>
- All Known Implementing Classes:
- SubscriptionRecord.Bean, SubscriptionRecord.Buffer
- Enclosing class:
- SubscriptionRecord
public static interface SubscriptionRecord.Getter
- extends org.fusesource.hawtbuf.proto.PBMessage<SubscriptionRecord.Bean,SubscriptionRecord.Buffer>
| Methods inherited from interface org.fusesource.hawtbuf.proto.PBMessage |
frozen |
hasTopicKey
boolean hasTopicKey()
getTopicKey
long getTopicKey()
hasClientId
boolean hasClientId()
getClientId
String getClientId()
hasSubscriptionName
boolean hasSubscriptionName()
getSubscriptionName
String getSubscriptionName()
hasSelector
boolean hasSelector()
getSelector
String getSelector()
hasDestinationName
boolean hasDestinationName()
getDestinationName
String getDestinationName()
copy
SubscriptionRecord.Bean copy()
- Specified by:
copy in interface org.fusesource.hawtbuf.proto.PBMessage<SubscriptionRecord.Bean,SubscriptionRecord.Buffer>
freeze
SubscriptionRecord.Buffer freeze()
- Specified by:
freeze in interface org.fusesource.hawtbuf.proto.PBMessage<SubscriptionRecord.Bean,SubscriptionRecord.Buffer>
toString
StringBuilder toString(StringBuilder sb,
String prefix)
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.