All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.message.MsgConst

java.lang.Object
   |
   +----tc.message.MsgConst

public class MsgConst
extends Object
This class defines message identifiers and other constants and utility methods related to messages.

Version:
0.30, 1998/04/01
Author:
FRED development team, Antti Viljamaa, Jukka Viljamaa
See Also:
Message

Variable Index

 o ADD_TIME_SLICES
 o ADD_TIME_SLICES_RESULT
 o CLOSE_DATABASE
 o CLOSE_DATABASE_RESULT
 o DATABASE_START_FAILED
 o GET_MARKERS
 o GET_MARKERS_RESULT
 o GET_TIME_SLICES
 o GET_TIME_SLICES_RESULT
 o OPEN_DATABASE
 o OPEN_DATABASE_RESULT
 o REMOVE_TIME_SLICES
 o REMOVE_TIME_SLICES_RESULT
 o UNDEFINED
 o UNKNOWN_MSG_RECEIVED
 o UPDATE_ACCOUNT_OPTIONS
 o UPDATE_ACCOUNT_OPTIONS_RESULT
 o UPDATE_MARKERS
 o UPDATE_MARKERS_RESULT

Constructor Index

 o MsgConst()

Method Index

 o getMsgString(byte)

Variables

 o UNDEFINED
 public static final byte UNDEFINED
 o OPEN_DATABASE
 public static final byte OPEN_DATABASE
 o CLOSE_DATABASE
 public static final byte CLOSE_DATABASE
 o GET_MARKERS
 public static final byte GET_MARKERS
 o GET_TIME_SLICES
 public static final byte GET_TIME_SLICES
 o ADD_TIME_SLICES
 public static final byte ADD_TIME_SLICES
 o REMOVE_TIME_SLICES
 public static final byte REMOVE_TIME_SLICES
 o UPDATE_MARKERS
 public static final byte UPDATE_MARKERS
 o UPDATE_ACCOUNT_OPTIONS
 public static final byte UPDATE_ACCOUNT_OPTIONS
 o OPEN_DATABASE_RESULT
 public static final byte OPEN_DATABASE_RESULT
 o CLOSE_DATABASE_RESULT
 public static final byte CLOSE_DATABASE_RESULT
 o GET_MARKERS_RESULT
 public static final byte GET_MARKERS_RESULT
 o GET_TIME_SLICES_RESULT
 public static final byte GET_TIME_SLICES_RESULT
 o ADD_TIME_SLICES_RESULT
 public static final byte ADD_TIME_SLICES_RESULT
 o REMOVE_TIME_SLICES_RESULT
 public static final byte REMOVE_TIME_SLICES_RESULT
 o UNKNOWN_MSG_RECEIVED
 public static final byte UNKNOWN_MSG_RECEIVED
 o DATABASE_START_FAILED
 public static final byte DATABASE_START_FAILED
 o UPDATE_MARKERS_RESULT
 public static final byte UPDATE_MARKERS_RESULT
 o UPDATE_ACCOUNT_OPTIONS_RESULT
 public static final byte UPDATE_ACCOUNT_OPTIONS_RESULT

Constructors

 o MsgConst
 public MsgConst()

Methods

 o getMsgString
 public static String getMsgString(byte msgID)

All Packages  Class Hierarchy  This Package  Previous  Next  Index