Openwings API Documentation (v1.1)

net.openwings.availability
Interface UnitReportListener


public interface UnitReportListener

This class is used to hide the online, offline, degraded status reporting technique. Beneath this interface Performance and Unit reports can be used. Beneath those objects techniques such as heartbeats and lease can be used.


Method Summary
 void reportUnitFault(UnitReport[] reports)
          This method is used to get the percentage utilization of this metric.
 

Method Detail

reportUnitFault

public void reportUnitFault(UnitReport[] reports)
                     throws java.rmi.RemoteException
This method is used to get the percentage utilization of this metric.

Throws:
java.rmi.RemoteException

Openwings API Documentation (v1.1)