All Packages Class Hierarchy This Package Previous Next Index
Interface jas.jds.interfaces.RemoteMonitorList
- public interface RemoteMonitorList
- extends Remote
-
clearRow(RemoteMonitorConnection)
-
-
setBatched(boolean)
-
-
setLabels(String[], int[])
-
-
setRow(RemoteMonitorConnection, String[])
-
setBatched
public abstract void setBatched(boolean batch) throws RemoteException
setLabels
public abstract void setLabels(String labels[],
int widths[]) throws RemoteException
setRow
public abstract void setRow(RemoteMonitorConnection connect,
String columns[]) throws RemoteException
clearRow
public abstract void clearRow(RemoteMonitorConnection connect) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index