com.basecmp.core.util
Class UptimeServletContextListener
java.lang.Object
com.basecmp.core.util.UptimeServletContextListener
- public class UptimeServletContextListener
- extends java.lang.Object
Simple ServletContextListener that delivers the starttime as Date or
timemillis and the uptime as millis via static methods.
Created on 25.05.2006
- Author:
- Wolfgang Schröder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UptimeServletContextListener
public UptimeServletContextListener()
contextDestroyed
public void contextDestroyed(ServletContextEvent arg0)
contextInitialized
public void contextInitialized(ServletContextEvent scevent)
getStartTime
public static java.util.Date getStartTime()
getStartTimeMillis
public static long getStartTimeMillis()
getUpTimeMillis
public static long getUpTimeMillis()
Copyright © 2004 by basecmp® - Professional Web Solutions