|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID | +--edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
The root class of all gauge events
Field Summary | |
boolean |
status
The status of the reply: true means that a request was succesful. |
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID |
gaugeName, gaugeType, modelName, modelType, retryCnt, uid |
Constructor Summary | |
GaugeEvent()
Creates new GaugeEvent |
|
GaugeEvent(GaugeID gauge)
|
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 |
public boolean status
Constructor Detail |
public GaugeEvent()
public GaugeEvent(GaugeID gauge)
gauge
- The ID of the gauge associatd with the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |