Interface TimeKeeper

This service type can be uses to keep track of time measurements. It should only be used during development as it is not secured by SSO.

XML Namespace

urn:icsy:venice:wsdl:tools

XSD Data Types

basic:  http://www.v-grid.info/types/basic.xsd

tk:  http://www.v-grid.info/types/tools/TimeKeeper.xsd

faults:  http://www.v-grid.info/types/faults.xsd

Operations

void addTimeKeeperData (tk:TimeKeeperData data)
Adds some time keeper data to the database.

 basic:StringArray getIDs ()
Returns all available IDs in the database.

 basic:StringArray getTags (basic:String id)
Returns all available tags belonging to a given id.

 basic:TimeSpecArray getTimeSpecs (basic:String id, basic:String tag)
Returns the time specs stored in the database for the given id and tag.

 basic:LongArray getValues (basic:String id, basic:String tag)
Returns the nano values stored in the database for the given id and tag.

 tk:TimeKeeperStatistics getStatistics (basic:String id, basic:String tag)
Returns the calculated statistics for the given id and tag.

 xsd:int deleteID (basic:String id)
Deletes all data belonging to id from the database.

 xsd:int deleteTag (basic:String id, basic:String tag)
Deletes all data belonging to the given id and tag from the database.

 xsd:base64Binary getVisualization (basic:String id, basic:String tag, tk:ImageType type, tk:ImageContents contents)
Returns an image containing a visualization of the data for the given id and tag. The image's type and contents can be specified further.

 xsd:base64Binary getCDVisualization (basic:String id, basic:String tag, tk:ImageType type, tk:ImageContents contents)
Returns an image containing a (cumulative distribution) visualization of the data for the given id and tag. The image's type and contents can be specified further.

Generated by the Venice Service Compiler on Thu May 10 14:13:01 CEST 2012