blueme.messenger.common
Interface iConstants

All Known Implementing Classes:
Bluetooth, Bluetooth_1, BMM1, DB, DeleteUserOnLocalListTicket, GPRS, GUI, Http, Kernel, MSG, Server, UserData, UserList

public interface iConstants

Different types of constant variables used different places within the application are put here.


Field Summary
static java.lang.String ADMIN_UID
          UID of "ADMIN USER"
static java.lang.String APP_TITLE
          Application title Note: I think this is no longer in use since we have language files now?
static int BLUETOOTH_INDEX
          Index codes for Bluetooth and GPRS modules within the application.
static int BLUETOOTH_LENGTH
          Length of Bluetooth addresses
static java.lang.String BLUETOOTH_POSTFIX
           
static java.lang.String BLUETOOTH_PREFIX
          Bluetooth prefix and postfix.
static int COM_OBJECTS
          Totalt number for communication modules.
static int DISCOVERY_SLEEP
          Sleep time used for Bluetooth scanning interval.
static int GPRS_INDEX
           
static int MAX_REDIRECTS
          Max number of HTTP redirects before we give up
static int MSG_MAX_COUNT
          Maximum number of messages pr user.
static int MSG_MAX_LENGTH
          Maximum length of message..
static int NICK_MAX_LENGTH
          Maximum length of nick.
static int PID_LENGTH
          Length of PID
static int SMS_PUSH_PORT
          SMS Push port
static int UID_LENGTH
          Length of UID
 

Field Detail

MSG_MAX_LENGTH

static final int MSG_MAX_LENGTH
Maximum length of message..

See Also:
Constant Field Values

MSG_MAX_COUNT

static final int MSG_MAX_COUNT
Maximum number of messages pr user.

See Also:
Constant Field Values

NICK_MAX_LENGTH

static final int NICK_MAX_LENGTH
Maximum length of nick.

See Also:
Constant Field Values

BLUETOOTH_LENGTH

static final int BLUETOOTH_LENGTH
Length of Bluetooth addresses

See Also:
Constant Field Values

UID_LENGTH

static final int UID_LENGTH
Length of UID

See Also:
Constant Field Values

PID_LENGTH

static final int PID_LENGTH
Length of PID

See Also:
Constant Field Values

ADMIN_UID

static final java.lang.String ADMIN_UID
UID of "ADMIN USER"

See Also:
Constant Field Values

BLUETOOTH_PREFIX

static final java.lang.String BLUETOOTH_PREFIX
Bluetooth prefix and postfix. Used when building the Bluetooth server URL

See Also:
Constant Field Values

BLUETOOTH_POSTFIX

static final java.lang.String BLUETOOTH_POSTFIX
See Also:
Constant Field Values

DISCOVERY_SLEEP

static final int DISCOVERY_SLEEP
Sleep time used for Bluetooth scanning interval. Note: Is this enforced?

See Also:
Constant Field Values

BLUETOOTH_INDEX

static final int BLUETOOTH_INDEX
Index codes for Bluetooth and GPRS modules within the application.

See Also:
Constant Field Values

GPRS_INDEX

static final int GPRS_INDEX
See Also:
Constant Field Values

COM_OBJECTS

static final int COM_OBJECTS
Totalt number for communication modules.

See Also:
Constant Field Values

MAX_REDIRECTS

static final int MAX_REDIRECTS
Max number of HTTP redirects before we give up

See Also:
Constant Field Values

SMS_PUSH_PORT

static final int SMS_PUSH_PORT
SMS Push port

See Also:
Constant Field Values

APP_TITLE

static final java.lang.String APP_TITLE
Application title Note: I think this is no longer in use since we have language files now?

See Also:
Constant Field Values