Monitoring Class |
This class enables to manage metrics listeners that monitor states and performance of the service.
Namespace: OIV.RemoteViz.Rendering
The Monitoring type exposes the following members.
Name | Description | |
---|---|---|
AddListener | Adds a listener for metrics. | |
EnableMetrics | Enable metrics By default, all metrics are disabled. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsMetricEnabled | Check if a metric is enabled. | |
RemoveListener | Removes a listener for metrics. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
NumListeners | Return the number of listeners. |
A OIV.RemoteViz.Rendering.Monitoring object is automatically created by RemoteViz. Use the Service.getMonitoring() method to get this object and (for example) add a listener.
See $OIVHOME/examples/source/RemoteViz/Monitoring