org.apache.geronimo.system.serverinfo
Class ServerConstants

java.lang.Object
  extended by org.apache.geronimo.system.serverinfo.ServerConstants

public class ServerConstants
extends Object

Information about this build of the server.


Constructor Summary
ServerConstants()
           
 
Method Summary
static String getBuildDate()
          Gets the date the server was built
static String getBuildTime()
          Gets the time the server was built
static String getCopyright()
          Gets the copyright message for the server
static String getVersion()
          Gets the server version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConstants

public ServerConstants()
Method Detail

getVersion

public static String getVersion()
Gets the server version

Returns:
version of the server

getBuildDate

public static String getBuildDate()
Gets the date the server was built

Returns:
date of the server build

getBuildTime

public static String getBuildTime()
Gets the time the server was built

Returns:
time of the server build

getCopyright

public static String getCopyright()
Gets the copyright message for the server

Returns:


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.