things.thinger
Interface SystemCalls


public interface SystemCalls

Catalog of all calls. This wasn't actually ever used.

Version:
1.0

Version History

EPG - Initial - 10 MAY 05
 
Author:
Erich P. Gatejen

Field Summary
static int GET_MY_LOGGER
          Get a logger unique to the process.
It returns a Logger object.
static int GET_PROCESS_LIST
          Get a table that represents the process list.
It returns a Table object.
static int INVALID_NUMERIC
          Numeric lower boundaries.
 

Field Detail

INVALID_NUMERIC

static final int INVALID_NUMERIC
Numeric lower boundaries.

See Also:
Constant Field Values

GET_MY_LOGGER

static final int GET_MY_LOGGER
Get a logger unique to the process.
It returns a Logger object.

See Also:
Logger, Constant Field Values

GET_PROCESS_LIST

static final int GET_PROCESS_LIST
Get a table that represents the process list.
It returns a Table object.

See Also:
Table, Constant Field Values


Things.