|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that defines some constants for client and server. These values are part of each transfered data block.
Field Summary | |
static int |
EVENT
The message is an event. |
static int |
IMPORTANT_INFO
The message is an info (and an important one...as if there were others...). |
static int |
INTERNAL_BORDER
This is a hack...it's used to numerically seperate the above constants from the lower ones. |
static int |
LOGIN_FAILURE
A message from the server to the client that the login has failed |
static int |
LOGIN_REQUEST
A login request from the client |
static int |
LOGIN_SUCCESS
A message from the server to the client that the login was a success |
static int |
LOGOUT_REQUEST
A logout request from the client |
static int |
LOGOUT_SUCCESS
A message from the server to the client that it has been logged out correctly |
static int |
OBJ_TRANSFER
The message is a simple data transfer. |
Field Detail |
public static final int LOGIN_REQUEST
public static final int LOGIN_SUCCESS
public static final int LOGIN_FAILURE
public static final int LOGOUT_REQUEST
public static final int LOGOUT_SUCCESS
public static final int INTERNAL_BORDER
public static final int OBJ_TRANSFER
public static final int IMPORTANT_INFO
public static final int EVENT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |