cgl.narada.transport
Interface LinkPerformanceData

All Known Implementing Classes:
LinkPerformanceDataImpl

public interface LinkPerformanceData

Links expose the performance related information in the LinkPerformanceData construct using which it is possible to retrieve the performance factors being measured, the type of the parameter value, the value corresponding to a specific parameter or the complete set of performance data that is measured on the link.


Method Summary
 String getParameterDescription()
          Returns a description of the parameter that is being measured
 String getParameterType()
          Returns the type of the parameter value that is being measured.
 String getParameterValue()
          Returns the value of the parameter as a String
 String getPerformanceParameter()
          Returns the parameter that is being measured
 void setParameterValue(String val)
           
 

Method Detail

getPerformanceParameter

String getPerformanceParameter()
Returns the parameter that is being measured


getParameterType

String getParameterType()
Returns the type of the parameter value that is being measured. "long", "int", "float" etc.


getParameterValue

String getParameterValue()
Returns the value of the parameter as a String


getParameterDescription

String getParameterDescription()
Returns a description of the parameter that is being measured


setParameterValue

void setParameterValue(String val)


For comments and suggestions please send e-mail to The NaradaBrokering Project