|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventDataRepository | |
|---|---|
| org.apache.airavata.ws.monitor | |
| Uses of EventDataRepository in org.apache.airavata.ws.monitor |
|---|
| Subclasses of EventDataRepository in org.apache.airavata.ws.monitor | |
|---|---|
class |
MonitorEventData
Deprecated. |
| Fields in org.apache.airavata.ws.monitor with type parameters of type EventDataRepository | |
|---|---|
protected Map<String,EventDataRepository> |
Monitor.eventDataMap
|
| Methods in org.apache.airavata.ws.monitor that return EventDataRepository | |
|---|---|
EventDataRepository |
Monitor.getEventData()
Deprecated. - Use getEventDataRepository() instead |
EventDataRepository |
Monitor.getEventData(String nodeID)
Deprecated. - Use getEventDataRepository(...) instead |
EventDataRepository |
Monitor.getEventDataRepository()
Return the event data repository containing all the notifications |
EventDataRepository |
Monitor.getEventDataRepository(String nodeID)
Return the event data repository containing all the notifications for the node |
| Methods in org.apache.airavata.ws.monitor with parameters of type EventDataRepository | |
|---|---|
void |
EventDataListener.notify(EventDataRepository eventDataRepo,
EventData eventData)
Gets triggered when a new message is received relevant for the experiment subscribed to |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||