The Meta-Environment API

toolbus
Interface IOperations

All Known Implementing Classes:
AbstractTool, SwingTool

public interface IOperations

This interface holds all the operation codes that are used to identify the request / response types.

Author:
Arnold Lankamp

Field Summary
static byte ACKDO
           
static byte ACKEVENT
           
static byte CONNECT
           
static byte DEBUGPERFORMANCESTATS
           
static byte DISCONNECT
           
static byte DO
           
static byte END
           
static byte EVAL
           
static byte EVENT
           
static byte PERFORMANCESTATS
           
static byte REQUEST
           
static byte RESPONSE
           
static byte TERMINATE
           
static byte UNDEFINED
           
static byte VALUE
           
 

Field Detail

CONNECT

static final byte CONNECT
See Also:
Constant Field Values

DISCONNECT

static final byte DISCONNECT
See Also:
Constant Field Values

EVENT

static final byte EVENT
See Also:
Constant Field Values

VALUE

static final byte VALUE
See Also:
Constant Field Values

ACKDO

static final byte ACKDO
See Also:
Constant Field Values

RESPONSE

static final byte RESPONSE
See Also:
Constant Field Values

ACKEVENT

static final byte ACKEVENT
See Also:
Constant Field Values

EVAL

static final byte EVAL
See Also:
Constant Field Values

DO

static final byte DO
See Also:
Constant Field Values

TERMINATE

static final byte TERMINATE
See Also:
Constant Field Values

REQUEST

static final byte REQUEST
See Also:
Constant Field Values

PERFORMANCESTATS

static final byte PERFORMANCESTATS
See Also:
Constant Field Values

DEBUGPERFORMANCESTATS

static final byte DEBUGPERFORMANCESTATS
See Also:
Constant Field Values

UNDEFINED

static final byte UNDEFINED
See Also:
Constant Field Values

END

static final byte END
See Also:
Constant Field Values

The Meta-Environment API