org.jsesoft.jse.exchange
Class ExchangeStatics

java.lang.Object
  |
  +--org.jsesoft.jse.Root
        |
        +--org.jsesoft.jse.exchange.ExchangeStatics

public class ExchangeStatics
extends Root

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

STATUSTEXT_SIZE

public static final int STATUSTEXT_SIZE
The constant STATUSTEXT_SIZE with value 256.

See Also:
Constant Field Values

VERSION_SIZE

public static final int VERSION_SIZE
The constant VERSION_SIZE with value 20.

See Also:
Constant Field Values

USER_SIZE

public static final int USER_SIZE
The constant USER_SIZE with value 40.

See Also:
Constant Field Values

PASSWORD_SIZE

public static final int PASSWORD_SIZE
The constant PASSWORD_SIZE with value 40.

See Also:
Constant Field Values

TRADER_SIZE

public static final int TRADER_SIZE
The constant TRADER_SIZE with value 11.

See Also:
Constant Field Values

DESCRIPTION_SIZE

public static final int DESCRIPTION_SIZE
The constant DESCRIPTION_SIZE with value 40.

See Also:
Constant Field Values

SOCKET_SIZE

public static final int SOCKET_SIZE
The constant SOCKET_SIZE with value 40.

See Also:
Constant Field Values

KEY_SIZE

public static final int KEY_SIZE
The constant KEY_SIZE with value 4.

See Also:
Constant Field Values

STATUS_OK

public static final int STATUS_OK
The constant STATUS_OK with value 0.

See Also:
Constant Field Values

STATUS_WARNING

public static final int STATUS_WARNING
The constant STATUS_WARNING with value 1.

See Also:
Constant Field Values

STATUS_ERROR

public static final int STATUS_ERROR
The constant STATUS_ERROR with value 2.

See Also:
Constant Field Values

STATUS_FATAL

public static final int STATUS_FATAL
The constant STATUS_FATAL with value 3.

See Also:
Constant Field Values
Constructor Detail

ExchangeStatics

public ExchangeStatics()