public class MonitorListener extends Object implements org.apache.airavata.ws.monitor.EventDataListener
| Constructor and Description |
|---|
MonitorListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
monitoringPostStart() |
void |
monitoringPostStop() |
void |
monitoringPreStart() |
void |
monitoringPreStop() |
void |
notify(org.apache.airavata.ws.monitor.EventDataRepository eventDataRepo,
org.apache.airavata.ws.monitor.EventData eventData) |
void |
onCompletion(org.apache.airavata.ws.monitor.EventData completionNotification) |
void |
onFail(org.apache.airavata.ws.monitor.EventData failNotification) |
void |
setExperimentMonitor(org.apache.airavata.ws.monitor.Monitor monitor) |
public void notify(org.apache.airavata.ws.monitor.EventDataRepository eventDataRepo,
org.apache.airavata.ws.monitor.EventData eventData)
notify in interface org.apache.airavata.ws.monitor.EventDataListenerpublic void setExperimentMonitor(org.apache.airavata.ws.monitor.Monitor monitor)
setExperimentMonitor in interface org.apache.airavata.ws.monitor.EventDataListenerpublic void monitoringPreStart()
monitoringPreStart in interface org.apache.airavata.ws.monitor.EventDataListenerpublic void monitoringPostStart()
monitoringPostStart in interface org.apache.airavata.ws.monitor.EventDataListenerpublic void monitoringPreStop()
monitoringPreStop in interface org.apache.airavata.ws.monitor.EventDataListenerpublic void monitoringPostStop()
monitoringPostStop in interface org.apache.airavata.ws.monitor.EventDataListenerpublic void onFail(org.apache.airavata.ws.monitor.EventData failNotification)
onFail in interface org.apache.airavata.ws.monitor.EventDataListenerpublic void onCompletion(org.apache.airavata.ws.monitor.EventData completionNotification)
onCompletion in interface org.apache.airavata.ws.monitor.EventDataListenerCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.