Uses of Class
org.glite.ce.monitorapij.types.Event

Packages that use Event
org.glite.ce.monitorapij.queryprocessor   
org.glite.ce.monitorapij.sensor   
org.glite.ce.monitorapij.types   
org.glite.ce.monitorapij.ws   
 

Uses of Event in org.glite.ce.monitorapij.queryprocessor
 

Methods in org.glite.ce.monitorapij.queryprocessor with parameters of type Event
 QueryResult[] QueryProcessor.evaluate(Query query, Event event)
          Evaluate if the specified event satisfies the query requirements.
 

Uses of Event in org.glite.ce.monitorapij.sensor
 

Subclasses of Event in org.glite.ce.monitorapij.sensor
 class SensorEvent
          This class represents an event generated by a Sensor.
 

Uses of Event in org.glite.ce.monitorapij.types
 

Methods in org.glite.ce.monitorapij.types that return Event
 Event Notification.getEvent()
          Gets the event value for this Notification.
 

Methods in org.glite.ce.monitorapij.types with parameters of type Event
 void Notification.setEvent(Event event)
          Sets the event value for this Notification.
 

Constructors in org.glite.ce.monitorapij.types with parameters of type Event
Notification(java.util.Calendar expirationTime, Topic topic, Event event, org.apache.axis.types.URI consumerURL)
           
 

Uses of Event in org.glite.ce.monitorapij.ws
 

Methods in org.glite.ce.monitorapij.ws that return Event
 Event CEMonitorBindingStub.getEvent(Topic topic)
           
 Event CEMonitorBindingImpl.getEvent(Topic topic)
           
 Event CEMonitorPort.getEvent(Topic topic)
          This method is used to obtain the last event relative to the specified topic.