public abstract class PullMonitor extends AiravataAbstractMonitor
publisher| Constructor and Description |
|---|
PullMonitor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPollingFrequence()
this method can be used to get the polling frequencey or otherwise
can implement a polling mechanism, and implement how to do
|
void |
setPollingFrequence(int frequence)
this method can be used to set the polling frequencey or otherwise
can implement a polling mechanism, and implement how to do
|
abstract boolean |
startPulling()
This method will can invoke when PullMonitor needs to start
and it has to invoke in the frequency specified below,
|
abstract boolean |
stopPulling()
This is the method to stop the polling process
|
getPublisher, setPublisherpublic abstract boolean startPulling()
throws AiravataMonitorException
AiravataMonitorExceptionpublic abstract boolean stopPulling()
throws AiravataMonitorException
AiravataMonitorExceptionpublic void setPollingFrequence(int frequence)
frequence - public int getPollingFrequence()
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.