|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jlab.coda.et.ProcessData
This class holds all information about an ET process. It parses the information from a stream of data sent by an ET system. There are no processes in Java ET systems.
| Field Summary | |
(package private) int |
attachments
Number of attachments this process created. |
(package private) int[] |
attIds
An array of attachment id numbers. |
(package private) int |
heartbeat
Heartbeat count. |
(package private) int |
num
Unique id number. |
(package private) int |
pid
Unix process id. |
| Constructor Summary | |
ProcessData()
|
|
| Method Summary | |
int[] |
getAttachmentIds()
Get the array of attachment id numbers. |
int |
getAttachments()
Get the number of attachments this process created. |
int |
getHeartbeat()
Get the heartbeat count. |
int |
getId()
Get the process' unique id number. |
int |
getPid()
Get the Unix process id. |
void |
read(java.io.DataInputStream dis)
Reads the process information from a data stream which is sent out by an ET system over the network. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int num
int heartbeat
int pid
int attachments
int[] attIds
| Constructor Detail |
public ProcessData()
| Method Detail |
public int getId()
public int getHeartbeat()
public int getPid()
public int getAttachments()
public int[] getAttachmentIds()
public void read(java.io.DataInputStream dis)
throws java.io.IOException
dis - data input stream
java.io.IOException - if data stream read error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||