|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.airavata.ws.monitor.EventDataListenerAdapter
public abstract class EventDataListenerAdapter
| Constructor Summary | |
|---|---|
EventDataListenerAdapter()
|
|
| Method Summary | |
|---|---|
protected Monitor |
getMonitor()
|
void |
monitoringPostStart()
Gets triggered just after the experiment monitoring is started |
void |
monitoringPostStop()
Gets triggered just after the experiment monitoring is stopped |
void |
monitoringPreStart()
Gets triggered just before the experiment monitoring is started |
void |
monitoringPreStop()
Gets triggered just before the experiment monitoring is stopped |
void |
onCompletion(EventData completionNotification)
Gets triggered when the experiment completes |
void |
onFail(EventData failNotification)
Gets triggered when experiment fails |
void |
setExperimentMonitor(Monitor monitor)
Set the Monitor object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.airavata.ws.monitor.EventDataListener |
|---|
notify |
| Constructor Detail |
|---|
public EventDataListenerAdapter()
| Method Detail |
|---|
public void setExperimentMonitor(Monitor monitor)
EventDataListener
setExperimentMonitor in interface EventDataListenerpublic void monitoringPreStart()
EventDataListener
monitoringPreStart in interface EventDataListenerpublic void monitoringPostStart()
EventDataListener
monitoringPostStart in interface EventDataListenerpublic void monitoringPreStop()
EventDataListener
monitoringPreStop in interface EventDataListenerpublic void monitoringPostStop()
EventDataListener
monitoringPostStop in interface EventDataListenerprotected Monitor getMonitor()
public void onFail(EventData failNotification)
EventDataListener
onFail in interface EventDataListenerpublic void onCompletion(EventData completionNotification)
EventDataListener
onCompletion in interface EventDataListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||