| Package | Description |
|---|---|
| org.apache.airavata.ws.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorEventData
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EventDataRepository> |
Monitor.eventDataMap |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDataListener.notify(EventDataRepository eventDataRepo,
EventData eventData)
Gets triggered when a new message is received relevant for the experiment subscribed to
|
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.