edu.cmu.cs.able.gaugeInfrastructure.Siena.Events
Class QueryAllValuesEvent

java.lang.Object
  |
  +--edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
        |
        +--edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
              |
              +--edu.cmu.cs.able.gaugeInfrastructure.Siena.Events.QueryAllValuesEvent
All Implemented Interfaces:
java.io.Serializable

public class QueryAllValuesEvent
extends GaugeEvent

See Also:
Serialized Form

Field Summary
 java.lang.String consumerID
           
 GaugeValueVector values
           
 
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
status
 
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
gaugeName, gaugeType, modelName, modelType, retryCnt, uid
 
Constructor Summary
QueryAllValuesEvent(GaugeID gauge)
          Creates new QueryAllValuesEvent
 
Methods inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
equals, toString, xferGaugeID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

values

public GaugeValueVector values

consumerID

public java.lang.String consumerID
Constructor Detail

QueryAllValuesEvent

public QueryAllValuesEvent(GaugeID gauge)
Creates new QueryAllValuesEvent