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
java.lang.String getClientId()
hasSubscriptionName
boolean hasSubscriptionName()
getSubscriptionName
java.lang.String getSubscriptionName()
hasSelector
boolean hasSelector()
getSelector
java.lang.String getSelector()
hasDestinationName
boolean hasDestinationName()
getDestinationName
java.lang.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
java.lang.StringBuilder toString(java.lang.StringBuilder sb,
java.lang.String prefix)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.