getControllerState
public abstract int getControllerState() throws RemoteException
getHostName
public abstract String getHostName() throws RemoteException
- Get the value of currentApp.
- Returns:
- Value of currentApp.
getCurrentApp
public abstract String getCurrentApp() throws RemoteException
getAvailParams
public abstract Vector getAvailParams() throws RemoteException
setMonitoredParameters
public abstract boolean setMonitoredParameters(Vector params) throws RemoteException
geame="getMonitoredParameters">getMonitoredParameters
public abstract Vector getMonitoredParameters() throws RemoteException
addMonitoredParameter
public abstract boolean addMonitoredParameter(ExtVariableSpec param) throws RemoteException
removeMonitoredParameter
public abstract boolean removeMonitoredParameter(ExtVariableSpec param) throws RemoteException
getParameters
public abstract boolean getParameters(Vector params) throws RemoteException
enableOnLineLogging
public abstract boolean enableOnLineLogging(boolean v) throws RemoteException
tOnLineLoggingPeriod()">
getOnLineLoggingPeriod
public abstract int getOnLineLoggingPeriod() throws RemoteException
- Get the value of onLineDataSamplingRate.
- Returns:
- Value of onLineDataSamplingRate in milliSeconds.
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