Interface SingleResultNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addSingleResultListener(SingleResultListener singleResultListener)
Adds a SingleResultListener, which will be notified when new results are available.SingleResult
getLastResult()
Gets the most recently available result ornull
if unavailable.void
removeSingleResultListener(SingleResultListener singleResultListener)
Removes a SingleResultListener.-
Methods inherited from interface com.aoindustries.noc.monitor.common.Node
getAlertCategory, getAlertLevel, getAlertMessage, getAllowsChildren, getChildren, getLabel, getParent
-
-
-
-
Method Detail
-
addSingleResultListener
void addSingleResultListener(SingleResultListener singleResultListener) throws RemoteException
Adds a SingleResultListener, which will be notified when new results are available.- Throws:
RemoteException
-
removeSingleResultListener
void removeSingleResultListener(SingleResultListener singleResultListener) throws RemoteException
Removes a SingleResultListener.- Throws:
RemoteException
-
getLastResult
SingleResult getLastResult() throws RemoteException
Gets the most recently available result ornull
if unavailable.- Throws:
RemoteException
-
-