|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jsesoft.jse.Root | +--org.jsesoft.jse.exchange.ExchangeStatics
Defines all constant and macro values of the module.
Field Summary | |
static int |
DESCRIPTION_SIZE
The constant DESCRIPTION_SIZE with value 40. |
static int |
KEY_SIZE
The constant KEY_SIZE with value 4. |
static int |
PASSWORD_SIZE
The constant PASSWORD_SIZE with value 40. |
static int |
SOCKET_SIZE
The constant SOCKET_SIZE with value 40. |
static int |
STATUS_ERROR
The constant STATUS_ERROR with value 2. |
static int |
STATUS_FATAL
The constant STATUS_FATAL with value 3. |
static int |
STATUS_OK
The constant STATUS_OK with value 0. |
static int |
STATUS_WARNING
The constant STATUS_WARNING with value 1. |
static int |
STATUSTEXT_SIZE
The constant STATUSTEXT_SIZE with value 256. |
static int |
TRADER_SIZE
The constant TRADER_SIZE with value 11. |
static int |
USER_SIZE
The constant USER_SIZE with value 40. |
static int |
VERSION_SIZE
The constant VERSION_SIZE with value 20. |
Fields inherited from class org.jsesoft.jse.Root |
logger, messages, resources |
Constructor Summary | |
ExchangeStatics()
|
Methods inherited from class org.jsesoft.jse.Root |
decrementNumber, getResourceMessage, getResourceMessage, getResourceObject, getResourceString, incrementNumber, intFromByteArray, intToByteArray, longFromByteArray, longToByteArray, setMessageResourceBundle, setPackageResourceBundle, shortFromByteArray, shortToByteArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int STATUSTEXT_SIZE
public static final int VERSION_SIZE
public static final int USER_SIZE
public static final int PASSWORD_SIZE
public static final int TRADER_SIZE
public static final int DESCRIPTION_SIZE
public static final int SOCKET_SIZE
public static final int KEY_SIZE
public static final int STATUS_OK
public static final int STATUS_WARNING
public static final int STATUS_ERROR
public static final int STATUS_FATAL
Constructor Detail |
public ExchangeStatics()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |