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

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
 



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