|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class is the availability Management Bean interface. This interface allows external users to access availability information for the component.
| Method Summary | |
void |
addHeartbeatListener(HeartbeatListener listener,
float intervalInSeconds)
This method is used to add a listener that receives periodic heartbeat events. |
void |
addPerformanceReportListener(PerformanceReportListener listener,
float intervalInSeconds)
This method is used to add a listener that receives periodic performance updates. |
void |
addUnitReportListener(UnitReportListener listener)
This method is used to add a listener that receives unit fault reports. |
void |
removeHeartbeatListener(HeartbeatListener listener)
This method is used to remove a listener that receives periodic heartbeat events. |
void |
removePerformanceReportListener(PerformanceReportListener listener)
This method is used to remove a listener that receives periodic performance updates. |
void |
removeUnitReportListener(UnitReportListener listener)
This method is used to remove a listener that receives unit fault reports. |
| Methods inherited from interface net.openwings.management.MBean |
getMBeanInfo |
| Method Detail |
public void addPerformanceReportListener(PerformanceReportListener listener,
float intervalInSeconds)
throws java.rmi.RemoteException
listener - callback for performance reports.intervalInSeconds - interval between performance reports
java.rmi.RemoteException - in the case of a network error.
public void removePerformanceReportListener(PerformanceReportListener listener)
throws java.rmi.RemoteException
listener - callback for performance reports.
java.rmi.RemoteException - in the case of a network error.
public void addUnitReportListener(UnitReportListener listener)
throws java.rmi.RemoteException
listener - callback for unit reports.
java.rmi.RemoteException - in the case of a network error.
public void removeUnitReportListener(UnitReportListener listener)
throws java.rmi.RemoteException
listener - callback for unit reports.
java.rmi.RemoteException - in the case of a network error.
public void addHeartbeatListener(HeartbeatListener listener,
float intervalInSeconds)
throws java.rmi.RemoteException
listener - callback for heartbeats.intervalInSeconds - interval between heartbeats.
java.rmi.RemoteException - in the case of a network error.
public void removeHeartbeatListener(HeartbeatListener listener)
throws java.rmi.RemoteException
listener - callback for heartbeats.
java.rmi.RemoteException - in the case of a network error.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||