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

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

public class QueryGaugeStateEvent
extends GaugeEvent

See Also:
Serialized Form

Field Summary
 StringPairVector configParams
           
 java.lang.String consumerID
           
 StringPairVector mappings
           
 StringPairVector setupParams
           
 
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
QueryGaugeStateEvent(GaugeID gauge)
          Creates new QueryGaugeStateEvent
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the GaugeID
 
Methods inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
equals, xferGaugeID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

setupParams

public StringPairVector setupParams

configParams

public StringPairVector configParams

mappings

public StringPairVector mappings

consumerID

public java.lang.String consumerID
Constructor Detail

QueryGaugeStateEvent

public QueryGaugeStateEvent(GaugeID gauge)
Creates new QueryGaugeStateEvent
Method Detail

toString

public java.lang.String toString()
Description copied from class: GaugeID
Returns a string representation of the GaugeID
Overrides:
toString in class GaugeID
Following copied from class: edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
Returns:
The string representation