org.granite.gravity
Class ChannelTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.granite.gravity.ChannelTimerTask
All Implemented Interfaces:
Runnable

public class ChannelTimerTask
extends TimerTask

Author:
Franck WOLFF

Constructor Summary
ChannelTimerTask(Gravity gravity, String channelId)
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelTimerTask

public ChannelTimerTask(Gravity gravity,
                        String channelId)
Method Detail

run

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

toString

public String toString()
Overrides:
toString in class Object