org.isam.exehda.services.primos
Class Timer

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.isam.exehda.services.primos.Timer
All Implemented Interfaces:
java.lang.Runnable

class Timer
extends java.lang.Thread

A Timer to control the frequency of monitor pooling operations.

Version:
$Date: 2004/12/03 16:33:44 $ $Revision: 1.3 $
Author:
last modified by $Author: lucc $

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Timer(java.lang.Runnable callback, long quantumMillis)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Timer

public Timer(java.lang.Runnable callback,
             long quantumMillis)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread