org.granite.gravity
Class AsyncPublisher

java.lang.Object
  extended by org.granite.gravity.AsyncChannelRunner
      extended by org.granite.gravity.AsyncPublisher
All Implemented Interfaces:
Runnable

public class AsyncPublisher
extends AsyncChannelRunner

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.gravity.AsyncChannelRunner
channel
 
Constructor Summary
AsyncPublisher(Channel channel)
           
 
Method Summary
protected  void doRun()
           
 
Methods inherited from class org.granite.gravity.AsyncChannelRunner
equals, hashCode, queue, reset, run
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncPublisher

public AsyncPublisher(Channel channel)
Method Detail

doRun

protected void doRun()
Specified by:
doRun in class AsyncChannelRunner