org.apache.qpid.server.queue
Class SubFlushRunner

java.lang.Object
  extended by org.apache.qpid.server.queue.SubFlushRunner
All Implemented Interfaces:
Runnable, org.apache.qpid.pool.ReadWriteRunnable

 class SubFlushRunner
extends Object
implements org.apache.qpid.pool.ReadWriteRunnable


Constructor Summary
SubFlushRunner(Subscription sub)
           
 
Method Summary
 boolean isRead()
           
 boolean isWrite()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubFlushRunner

public SubFlushRunner(Subscription sub)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

isRead

public boolean isRead()
Specified by:
isRead in interface org.apache.qpid.pool.ReadWriteRunnable

isWrite

public boolean isWrite()


Licensed to the Apache Software Foundation