All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jas.jds.interfaces.RemoteMonitorList

public interface RemoteMonitorList
extends Remote

Method Index

 o clearRow(RemoteMonitorConnection)
 o setBatched(boolean)
 o setLabels(String[], int[])
 o setRow(RemoteMonitorConnection, String[])

Methods

 o setBatched
 public abstract void setBatched(boolean batch) throws RemoteException
 o setLabels
 public abstract void setLabels(String labels[],
                                int widths[]) throws RemoteException
 o setRow
 public abstract void setRow(RemoteMonitorConnection connect,
                             String columns[]) throws RemoteException
 o clearRow
 public abstract void clearRow(RemoteMonitorConnection connect) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index