org.fhw.cabaweb.calculation.timer
Class BerechnungsTimer
java.lang.Object
java.util.TimerTask
org.fhw.cabaweb.calculation.timer.BerechnungsTimer
- All Implemented Interfaces:
- Runnable
- public final class BerechnungsTimer
- extends TimerTask
Fields inherited from class java.util.TimerTask |
|
Method Summary |
void |
BerechneQuartal(Integer projektnummer)
Berechnet ein Quartal für die übergebene Projektnummer |
static void |
main(String[] args)
Construct and use a TimerTask and Timer. |
void |
run()
Implements TimerTask's abstract run method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BerechnungsTimer
public BerechnungsTimer()
main
public static void main(String[] args)
- Construct and use a TimerTask and Timer.
run
public void run()
- Implements TimerTask's abstract run method.
BerechneQuartal
public void BerechneQuartal(Integer projektnummer)
- Berechnet ein Quartal für die übergebene Projektnummer
- Parameters:
projektnummer
- Die Projektnummer
Copyright © 2004 TVC-Software.com. All Rights Reserved.