edu.cmu.cs.able.gaugeInfrastructure.Events
Class ConfiguredEvent

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

public class ConfiguredEvent
extends GaugeEvent

This event is generated when a gauge has been configured.

See Also:
Serialized Form

Field Summary
 StringPairVector configParams
          The parameters the gauge was configured with
 java.lang.String gaugeMgrID
          The gauge manager managing the gauge
 
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
ConfiguredEvent(GaugeID gauge)
          Creates new ConfigureEvent
 
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

configParams

public StringPairVector configParams
The parameters the gauge was configured with

gaugeMgrID

public java.lang.String gaugeMgrID
The gauge manager managing the gauge
Constructor Detail

ConfiguredEvent

public ConfiguredEvent(GaugeID gauge)
Creates new ConfigureEvent
Parameters:
gauge - The ID of the gauge that was configured