|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.able.gaugeInfrastructure.RMI.RMIGauge | +--edu.cmu.cs.able.gauges.RMI.RMIBWGauge
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.RMI.RMIGauge |
configParams, creatorID, gaugeBus, gaugeID, gaugeType, setupParams |
Constructor Summary | |
RMIBWGauge(GaugeID gaugeID,
java.lang.String creatorID,
StringPairVector setupParams)
Creates new RMIBWGauge |
Method Summary | |
static void |
main(java.lang.String[] args)
A command-line interface to start the gauge. |
void |
reportNewValue()
Reports a new value. |
Methods inherited from class edu.cmu.cs.able.gaugeInfrastructure.RMI.RMIGauge |
configure, delete, getConfigParams, getConfigParamsSize, getGaugeID, init, queryAllValues, queryState, queryValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RMIBWGauge(GaugeID gaugeID, java.lang.String creatorID, StringPairVector setupParams)
gaugeID
- The ID of the gauge to create.creatorID
- The ID of the gauge manager that is creating the gauge.setupParams
- The value of the setup params.Method Detail |
public void reportNewValue()
RMIGauge
reportNewValue
in class RMIGauge
public static void main(java.lang.String[] args)
args
- -gt gauge type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |