|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengroupware.jogi.connect.xmlrpc.XmlRpcSystem
Field Summary | |
protected XmlRpcCaller |
caller_
|
static java.text.DateFormat |
iso8601BasicDateFormat
|
static java.text.DateFormat |
iso8601ExtendedDateFormat
|
static java.text.DateFormat |
localeDateFormat
|
static java.lang.String |
OGO_CALL_SYSTEM_GET_HOSTNAME
|
static java.lang.String |
OGO_CALL_SYSTEM_GET_SERVER_TIME
|
static java.lang.String |
OGO_CALL_SYSTEM_GET_SERVER_TIMEZONE
|
Constructor Summary | |
XmlRpcSystem(XmlRpcCaller caller)
|
Method Summary | |
java.lang.String |
getHostName()
comment copied from interface |
java.lang.String |
getMethodHelp(java.lang.String method)
comment copied from interface |
java.util.List |
getMethods()
comment copied from interface |
java.util.List |
getMethodSignature(java.lang.String method)
comment copied from interface |
java.util.Date |
getServerTime()
comment copied from interface |
java.lang.String |
getServerTimeZone()
comment copied from interface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String OGO_CALL_SYSTEM_GET_HOSTNAME
public static final java.lang.String OGO_CALL_SYSTEM_GET_SERVER_TIMEZONE
public static final java.lang.String OGO_CALL_SYSTEM_GET_SERVER_TIME
public static final java.text.DateFormat localeDateFormat
public static final java.text.DateFormat iso8601BasicDateFormat
public static final java.text.DateFormat iso8601ExtendedDateFormat
protected XmlRpcCaller caller_
Constructor Detail |
public XmlRpcSystem(XmlRpcCaller caller)
Method Detail |
public java.lang.String getHostName() throws OgoException, ConnectionException
getHostName
in interface System
OgoException
ConnectionException
public java.lang.String getServerTimeZone() throws OgoException, ConnectionException
getServerTimeZone
in interface System
OgoException
ConnectionException
public java.util.Date getServerTime() throws OgoException, ConnectionException
getServerTime
in interface System
OgoException
ConnectionException
public java.util.List getMethods()
public java.util.List getMethodSignature(java.lang.String method)
public java.lang.String getMethodHelp(java.lang.String method)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |