Public Member Functions | |
ProcessModel (String host, int port, Gui controller) throws IOException | |
int | getBeamline () |
Gui | getController () |
int | getRowCount () |
int | getColumnCount () |
String | getColumnName (int col) |
Entry_t | getProcess (int row) |
Object | getValueAt (int row, int col) |
void | exitHandler (Xfer xfer) |
void | handleMessage (Object obj, Xfer xfer) |
void | close () throws IOException |
synchronized Vector< String > | getProcList () |
void | sendStart (String proc) throws IOException |
void | sendStop (String proc) throws IOException |
void | sendAdd (String proc) throws IOException |
void | sendAddlist (Vector< String > procs) throws IOException |
void | sendRemovelist (Vector< String > procs) throws IOException |
void | sendRemove (String proc) throws IOException |
void | sendInit (int beamline) throws IOException |
Package Attributes | |
Xfer | xfer |
Gui | controller |
Reply_t | reply |
Proclist_t | proclist |
Beamline_t | beamLine |
Lock | lock |
Service_t | sendService |
Request_t | sendRequest |
Static Package Attributes | |
static final int | DEFAULT_ID = 0 |
static final int | DEFAULT_MODE = 0 |
static final int | DEFAULT_RUNLEVEL = 0 |
static final int | DEFAULT_LIFETIME = -1 |
static final int | DEFAULT_SUBSCRIBE_RUNLEVEL_MIN = 0 |
static final int | DEFAULT_SUBSCRIBE_RUNLEVEL_MAX = 10 |