|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgInfo
information about any IProgram a Device is running or has run.
| Method Summary | |
|---|---|
String |
classname()
returns fully-qualified name of program class. |
String |
codebase()
returns codebase used to load program class. |
String |
desc()
returns program description, as returned by its Object.toString(). |
String |
errMsg()
returns the error message if an exception was thrown. |
long |
eventTime()
returns the time at which the change to the current program state occurred. |
int |
runId()
identifies the particular run. |
long |
startTime()
returns the time at which the program was started. |
byte |
state()
returns the state of the program (see IProgram.States). |
| Method Detail |
|---|
String classname()
String codebase()
String desc()
Object.toString().
String errMsg()
int runId()
long startTime()
long eventTime()
IProgram.States.
byte state()
IProgram.States).
|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||