public abstract class PushMonitor extends AiravataAbstractMonitor
publisher| Constructor and Description |
|---|
PushMonitor() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
registerListener(MonitorID monitorID)
This method can be invoked to register a listener with the
remote monitoring system, ideally inside this method users will be
writing some client listener code for the remote monitoring system,
this will be a simple wrapper around any client for the remote Monitor.
|
abstract boolean |
stopRegister()
This can be used to stop the registration thread
|
abstract boolean |
unRegisterListener(MonitorID monitorID)
This method can be invoked to unregister a listener with the
remote monitoring system, ideally inside this method users will be
writing some client listener code for the remote monitoring system,
this will be a simple wrapper around any client for the remote Monitor.
|
getPublisher, setPublisherpublic abstract boolean registerListener(MonitorID monitorID) throws AiravataMonitorException
monitorID - AiravataMonitorExceptionpublic abstract boolean unRegisterListener(MonitorID monitorID) throws AiravataMonitorException
monitorID - AiravataMonitorExceptionpublic abstract boolean stopRegister()
throws AiravataMonitorException
AiravataMonitorExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.