com.epam.admintool
Class AdminConstants

java.lang.Object
  extended by com.epam.admintool.AdminConstants

public class AdminConstants
extends Object

The common constants.


Field Summary
static String DEFAULT_COMMAND_PACKAGE
          package where situated command
static String MESSAGE_TYPE
          The admin message type.
static String SEND_MESSAGE_DELIMITER
           
static int XML_DATA_LEN_TAG
          The length of raw tag data.
static int XML_DATA_TAG
          The raw tag for xml data.
 
Constructor Summary
AdminConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_DATA_LEN_TAG

public static final int XML_DATA_LEN_TAG
The length of raw tag data.

See Also:
Constant Field Values

XML_DATA_TAG

public static final int XML_DATA_TAG
The raw tag for xml data.

See Also:
Constant Field Values

MESSAGE_TYPE

public static final String MESSAGE_TYPE
The admin message type.

See Also:
Constant Field Values

SEND_MESSAGE_DELIMITER

public static final String SEND_MESSAGE_DELIMITER
See Also:
Constant Field Values

DEFAULT_COMMAND_PACKAGE

public static String DEFAULT_COMMAND_PACKAGE
package where situated command

Constructor Detail

AdminConstants

public AdminConstants()


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.