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>


Method Summary
 SubscriptionRecord.Bean copy()
           
 SubscriptionRecord.Buffer freeze()
           
 java.lang.String getClientId()
           
 java.lang.String getDestinationName()
           
 java.lang.String getSelector()
           
 java.lang.String getSubscriptionName()
           
 long getTopicKey()
           
 boolean hasClientId()
           
 boolean hasDestinationName()
           
 boolean hasSelector()
           
 boolean hasSubscriptionName()
           
 boolean hasTopicKey()
           
 java.lang.StringBuilder toString(java.lang.StringBuilder sb, java.lang.String prefix)
           
 
Methods inherited from interface org.fusesource.hawtbuf.proto.PBMessage
frozen
 

Method Detail

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.