jhomenet.server.util
Class ServerUtils

java.lang.Object
  extended by jhomenet.server.util.ServerUtils

public class ServerUtils
extends java.lang.Object

TODO: Class description.

Id: $Id: $

Author:
Dave Irwin (david.irwin@jhu.edu)

Method Summary
static java.lang.String getServerUpTime()
          Get the server up time.
static java.lang.String getStartTime()
          Get the server start time.
static void recordServerStartTime()
          Record the server start time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

recordServerStartTime

public static final void recordServerStartTime()
Record the server start time.


getStartTime

public static final java.lang.String getStartTime()
Get the server start time.

Returns:
The server start time

getServerUpTime

public static java.lang.String getServerUpTime()
Get the server up time.

Returns:
The server up-time


Copyright © 2004-2007 David Irwin. All Rights Reserved.