Uses of Class
org.apache.airavata.ws.monitor.EventData

Packages that use EventData
org.apache.airavata.ws.monitor   
 

Uses of EventData in org.apache.airavata.ws.monitor
 

Subclasses of EventData in org.apache.airavata.ws.monitor
 class MonitorEvent
          Deprecated. 
 

Methods in org.apache.airavata.ws.monitor that return EventData
 EventData EventDataRepository.getEvent(int index)
          Returns a notification at a specified row.
 

Methods in org.apache.airavata.ws.monitor that return types with arguments of type EventData
 List<EventData> EventDataRepository.getEvents()
           
 

Methods in org.apache.airavata.ws.monitor with parameters of type EventData
 boolean EventFilter.isAcceptable(EventData event)
           
 void EventDataListener.notify(EventDataRepository eventDataRepo, EventData eventData)
          Gets triggered when a new message is received relevant for the experiment subscribed to
 void EventDataListener.onCompletion(EventData completionNotification)
          Gets triggered when the experiment completes
 void EventDataListenerAdapter.onCompletion(EventData completionNotification)
           
 void EventDataListener.onFail(EventData failNotification)
          Gets triggered when experiment fails
 void EventDataListenerAdapter.onFail(EventData failNotification)
           
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.