org.globus.wsrf.impl.timer
Class TimerListenerWrapper

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.globus.wsrf.impl.timer.TimerListenerWrapper
All Implemented Interfaces:
Runnable

public class TimerListenerWrapper
extends TimerTask


Constructor Summary
TimerListenerWrapper(commonj.timers.Timer timer, TimerManagerImpl timerManager)
           
 
Method Summary
 boolean cancel()
           
protected  commonj.timers.TimerListener getListener()
           
protected  commonj.timers.Timer getTimer()
           
 void resume()
           
 void run()
           
protected  boolean stop()
           
 void suspend()
           
 
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerListenerWrapper

public TimerListenerWrapper(commonj.timers.Timer timer,
                            TimerManagerImpl timerManager)
Parameters:
timer -
timerManager -
Method Detail

suspend

public void suspend()

resume

public void resume()

run

public void run()

stop

protected boolean stop()

cancel

public boolean cancel()

getListener

protected commonj.timers.TimerListener getListener()
Returns:
Returns the listener.

getTimer

protected commonj.timers.Timer getTimer()
Returns:
Returns the timer.


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.