All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.arcsinc.hardwarehost.ClientProxy

public interface ClientProxy
extends Remote
The ClientProxy interface


Method Index

 o addMonitoredParameter(ExtVariableSpec)
 o enableOnLineLogging(boolean)
 o getAvailParams()
 o getClient()
 o getControllerState()
 o getCurrentApp()
 o getHostName()
Get the value of currentApp.
 o getMonitoredParameters()
 o getOnLineLoggingPeriod()
Get the value of onLineDataSamplingRate.
 o getParameters(Vector)
 o removeMonitoredParameter(ExtVariableSpec)
 o setMonitoredParameters(Vector)
 o setOnLineLoggingPeriod(int)
Set the value of onLineDataSamplingRate.

Methods

 o getClient
 public abstract MonitoringClient getClient() throws RemoteException
 o getControllerState
 public abstract int getControllerState() throws RemoteException
 o getHostName
 public abstract String getHostName() throws RemoteException
Get the value of currentApp.

Returns:
Value of currentApp.
 o getCurrentApp
 public abstract String getCurrentApp() throws RemoteException
 o getAvailParams
 public abstract Vector getAvailParams() throws RemoteException
 o setMonitoredParameters
 public abstract boolean setMonitoredParameters(Vector params) throws RemoteException
 o geame="getMonitoredParameters">getMonitoredParameters
 public abstract Vector getMonitoredParameters() throws RemoteException
 o addMonitoredParameter
 public abstract boolean addMonitoredParameter(ExtVariableSpec param) throws RemoteException
 o removeMonitoredParameter
 public abstract boolean removeMonitoredParameter(ExtVariableSpec param) throws RemoteException
 o getParameters
 public abstract boolean getParameters(Vector params) throws RemoteException
 o enableOnLineLogging
 public abstract boolean enableOnLineLogging(boolean v) throws RemoteException
tOnLineLoggingPeriod()"> o getOnLineLoggingPeriod
 public abstract int getOnLineLoggingPeriod() throws RemoteException
Get the value of onLineDataSamplingRate.

Returns:
Value of onLineDataSamplingRate in milliSeconds.
 o setOnLineLoggingPeriod
 public abstract boolean setOnLineLoggingPeriod(int milliSec) throws RemoteException
Set the value of onLineDataSamplingRate.

Parameters:
milliSec - Value to assign to onLineDataSamplingRate.
Returns:
Value of onLineDataSamplingRate actually set.

All Packages  Class Hierarchy  This Package  Previous  Next  Index
dex