org.apache.ws.util.timer
Class TimerTaskImpl

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.apache.ws.util.timer.TimerTaskImpl
All Implemented Interfaces:
java.lang.Runnable

public class TimerTaskImpl
extends java.util.TimerTask

LOG-DONE DOCUMENT_ME NOTE: Previously named TimerListenerWrapper.


Constructor Summary
TimerTaskImpl(commonj.timers.Timer timer, TimerManagerImpl timerManager)
          DOCUMENT_ME
 
Method Summary
 boolean cancel()
          DOCUMENT_ME
protected  commonj.timers.TimerListener getListener()
           
protected  commonj.timers.Timer getTimer()
           
 void resume()
          DOCUMENT_ME
 void run()
           
protected  boolean stop()
          DOCUMENT_ME
 void suspend()
          DOCUMENT_ME
 
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

TimerTaskImpl

public TimerTaskImpl(commonj.timers.Timer timer,
                     TimerManagerImpl timerManager)
DOCUMENT_ME

Parameters:
timer -
timerManager -
Method Detail

cancel

public boolean cancel()
DOCUMENT_ME

Returns:
DOCUMENT_ME

resume

public void resume()
DOCUMENT_ME


run

public void run()

suspend

public void suspend()
DOCUMENT_ME


getListener

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

getTimer

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

stop

protected boolean stop()
DOCUMENT_ME

Returns:
DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.