Changes between Version 1 and Version 2 of OTM-Webservices


Ignore:
Timestamp:
08/18/11 18:02:42 (13 years ago)
Author:
Prasad Calyam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OTM-Webservices

    v1 v2  
    3939getRootSchedulerStatus(slice_password)
    4040
    41 ## Invoke query by insert a query task in root beacon's database
     41## Invoke query by inserting a query task in root beacon's database
    4242queryMeasurement(srcAddr, dstAddr, toolid, metric, start_time, end_time, query_time, request_type, slice_password)
    4343
    4444
    45 ## Dump the data in root beacon's database
     45## Create data archive in root beacon's database
    4646makeDump(query_time, slice_password)
    4747
     
    6464#       \param destination_IP The measurement task would measure the link from this node to destination_IP
    6565#       \param metric Metric of measurement task
    66 #       \param slice_password  Password for authentication whether the remote invoking of this function is allowed
     66#       \param slice_password  Password for authentication of whether the remote invoking of this function is allowed
    6767addDistributedTask(metric,destination_IP,slice_password)
    6868
    6969## Check whether a specific task is finished
    70 #       \param slice_password  Password for authentication whether the remote invoking of this function is allowed     
     70#       \param slice_password  Password for authentication of whether the remote invoking of this function is allowed   
    7171checkTaskStatus(task_id, slice_password)
    7272
    7373## Get result of all tasks in this node
    74 #       \param slice_password  Password for authentication whether the remote invoking of this function is allowed     
     74#       \param slice_password  Password for authentication of whether the remote invoking of this function is allowed   
    7575getResult(slice_password)
    7676
    7777
    7878## Check whether all tasks are finished
    79 #       \param slice_password  Password for authentication whether the remote invoking of this function is allowed
     79#       \param slice_password  Password for authentication of whether the remote invoking of this function is allowed
    8080checkAllTaskStatus(slice_password)
    8181