| Package | Description |
|---|---|
| org.apache.airavata.ws.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorEvent
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EventData |
EventDataRepository.getEvent(int index)
Returns a notification at a specified row.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventData> |
EventDataRepository.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDataRepository.addEvent(EventData event) |
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
|
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.