acedb
Interface Constants

All Known Implementing Classes:
Ace, Aceconnect, Result, SeqResult

public interface Constants

these constants will speed up a little bit, if used in comparason


Field Summary
static int ACESERV_MSGDATA
           
static int ACESERV_MSGENCORE
           
static int ACESERV_MSGFAIL
           
static int ACESERV_MSGKILL
           
static int ACESERV_MSGOK
           
static int ACESERV_MSGREQ
           
static int RESULT_BACKWARD
           
static int RESULT_FORWARD
           
static int RESULT_RANDOM
           
 

Field Detail

RESULT_FORWARD

public static final int RESULT_FORWARD
See Also:
Constant Field Values

RESULT_RANDOM

public static final int RESULT_RANDOM
See Also:
Constant Field Values

RESULT_BACKWARD

public static final int RESULT_BACKWARD
See Also:
Constant Field Values

ACESERV_MSGREQ

public static final int ACESERV_MSGREQ
See Also:
Constant Field Values

ACESERV_MSGDATA

public static final int ACESERV_MSGDATA
See Also:
Constant Field Values

ACESERV_MSGOK

public static final int ACESERV_MSGOK
See Also:
Constant Field Values

ACESERV_MSGENCORE

public static final int ACESERV_MSGENCORE
See Also:
Constant Field Values

ACESERV_MSGFAIL

public static final int ACESERV_MSGFAIL
See Also:
Constant Field Values

ACESERV_MSGKILL

public static final int ACESERV_MSGKILL
See Also:
Constant Field Values