|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
EventDataListenerAdapter.onCompletion(EventData completionNotification)
|
void |
EventDataListener.onCompletion(EventData completionNotification)
Gets triggered when the experiment completes |
void |
EventDataListenerAdapter.onFail(EventData failNotification)
|
void |
EventDataListener.onFail(EventData failNotification)
Gets triggered when experiment fails |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||