|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerMetrics
An interface to the metrics on a Server obtained by calling IServer.getMetrics(). Note, the server must include SI_METRICS in the query.
| Method Summary | |
|---|---|
IMetrics |
getMetrics(java.lang.String serviceInterface)
Returns an interface to the metrics for the requested service. |
java.util.Set |
getServiceInterfaceNames()
Returns a collection of Strings containing the names of the Services for which metrics are available. |
IProperties |
resolveMetricString(java.lang.String packedMetric)
Resolves an encoded metric value into an IProperties object. |
| Method Detail |
|---|
java.util.Set getServiceInterfaceNames()
Returns a collection of Strings containing the names of the Services for which metrics are available.
IMetrics getMetrics(java.lang.String serviceInterface)
Returns an interface to the metrics for the requested service.
serviceInterface - Retrive the metrics for this service.
IProperties resolveMetricString(java.lang.String packedMetric)
packedMetric - The encoded metric value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||