dsnserver
Class XmlRpcGetServerTime

java.lang.Object
  extended by dsnserver.XmlRpcGetServerTime

public class XmlRpcGetServerTime
extends java.lang.Object

A function wich is used as a XmlRpc function. It gives back the server time.

Author:
kaltt

Constructor Summary
XmlRpcGetServerTime()
           
 
Method Summary
 java.lang.String getServerTime()
          A function wich is used as a XmlRpc function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcGetServerTime

public XmlRpcGetServerTime()
Method Detail

getServerTime

public java.lang.String getServerTime()
A function wich is used as a XmlRpc function. It gives back the server time.

Returns:
String time (yyyy-MM-dd HH:mm:ss)