|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsWSInterface
Method Summary | |
---|---|
java.lang.String |
dailyStats(java.lang.String xmlInput)
dailyStats - Use this method to get an xml file containing various statistics which are updated on a daily basis. |
java.lang.String |
getCalcStats(java.lang.String xmlInput)
getCalcStats - Use this method to get statistics for one calculator. |
java.lang.String |
selectStats(java.lang.String xmlInput)
selectStats - Use this method to get statistics that you specify. |
Method Detail |
---|
java.lang.String getCalcStats(java.lang.String xmlInput) throws java.rmi.RemoteException
xmlInput
- An XML document, conforming to the calcxmlStatsRequest schema, containing all the input values for the request.java.rmi.RemoteException
java.lang.String selectStats(java.lang.String xmlInput) throws java.rmi.RemoteException
xmlInput
- An XML document, conforming to the calcxmlStatsRequest schema, containing all the input values for the request.java.rmi.RemoteException
java.lang.String dailyStats(java.lang.String xmlInput) throws java.rmi.RemoteException
xmlInput
- An XML document, conforming to the calcxmlStatsRequest schema, containing all the input values for the request.java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |