edu.cmu.cs.able.gaugeInfrastructure.RMI
Interface RMIGaugeConsumerHandle
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RMIGaugeConsumerHandleImp
- public interface RMIGaugeConsumerHandle
- extends java.rmi.Remote
RMIGaugeConsumerHandle is the interface of RMIGaugeConsumerHandleImp
- Since:
- JDK1.3.1
- See Also:
GaugeConsumerHandle
getGaugeConsumerUID
public java.lang.String getGaugeConsumerUID()
throws java.rmi.RemoteException
addGauge
public void addGauge(GaugeID theGaugeID,
StringPairVector configParams,
StringPairVector setupParams)
throws java.rmi.RemoteException
addGauge
public void addGauge(GaugeID theGaugeID)
throws java.rmi.RemoteException
onReportValue
public void onReportValue(GaugeID gauge,
java.lang.String valueName,
java.lang.String propertyName,
java.lang.String value)
throws java.rmi.RemoteException
onReportMultipleValues
public void onReportMultipleValues(GaugeControl gauge,
GaugeValueVector values)
throws java.rmi.RemoteException
onReportConfigured
public void onReportConfigured(GaugeID gauge,
StringPairVector configParams)
throws java.rmi.RemoteException
onReportDeleted
public void onReportDeleted(GaugeID gauge)
throws java.rmi.RemoteException
onReportCreated
public void onReportCreated(GaugeID gauge)
throws java.rmi.RemoteException