org.apache.activemq.apollo.broker.store
Class SubscriptionRecord

java.lang.Object
  extended by org.apache.activemq.apollo.broker.store.SubscriptionRecord

public class SubscriptionRecord
extends java.lang.Object

Author:
Hiram Chirino

Field Summary
 org.fusesource.hawtbuf.Buffer attachment
           
 org.fusesource.hawtbuf.AsciiBuffer destination
           
 boolean durable
           
 long expiration
           
 org.fusesource.hawtbuf.AsciiBuffer name
           
 org.fusesource.hawtbuf.AsciiBuffer selector
           
 
Constructor Summary
SubscriptionRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public org.fusesource.hawtbuf.AsciiBuffer name

selector

public org.fusesource.hawtbuf.AsciiBuffer selector

destination

public org.fusesource.hawtbuf.AsciiBuffer destination

durable

public boolean durable

expiration

public long expiration

attachment

public org.fusesource.hawtbuf.Buffer attachment
Constructor Detail

SubscriptionRecord

public SubscriptionRecord()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.