ProcessModel Class Reference

List of all members.

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

Detailed Description

constructor of data model. We create connection to consmngr server and send subscribe request. This object implements the listener for the subscription reply message. The classes of the exchanged objects are defined in xcons.jar which is autogenerated by xgencode.

Author:
huhmann


The documentation for this class was generated from the following file:
Generated on 4 Mar 2014 for consgui by  doxygen 1.4.7