org.granite.gravity
Class AsyncReceiver

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

public class AsyncReceiver
extends AsyncChannelRunner

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.gravity.AsyncChannelRunner
channel
 
Constructor Summary
AsyncReceiver(Channel channel)
           
 
Method Summary
 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

AsyncReceiver

public AsyncReceiver(Channel channel)
Method Detail

doRun

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