com.groiss.timer
Class TimerManager

java.lang.Object
  extended by com.groiss.timer.TimerManager
All Implemented Interfaces:
Service

public class TimerManager
extends java.lang.Object
implements Service


Constructor Summary
TimerManager()
           
 
Method Summary
 boolean isRunning()
           
 void reconfigure()
           
static void resetExceptions(com.groiss.timer.impl.TimerEntry tEntry)
           
 void showQueue(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void shutdown()
           
 void startup()
           
static void timerException(TimerEntry tEntry, Persistent so, java.lang.String message, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerManager

public TimerManager()
Method Detail

startup

public void startup()
Specified by:
startup in interface Service

shutdown

public void shutdown()
Specified by:
shutdown in interface Service

isRunning

public boolean isRunning()
Specified by:
isRunning in interface Service

reconfigure

public void reconfigure()
Specified by:
reconfigure in interface Service

showQueue

public void showQueue(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse res)
               throws java.lang.Exception
Throws:
java.lang.Exception

resetExceptions

public static void resetExceptions(com.groiss.timer.impl.TimerEntry tEntry)

timerException

public static void timerException(TimerEntry tEntry,
                                  Persistent so,
                                  java.lang.String message,
                                  java.lang.Throwable e)


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.