Package com.iizix
Interface GConstants
- All Known Implementing Classes:
NonUIClient,SessionTransMgr
public interface GConstantsClass that holds static constant values used by various parts in the system.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static intTRANS_ATOMTransaction values.static intTRANS_BINARY_DATAstatic intTRANS_BUSYstatic intTRANS_CLIENT_LOCKstatic intTRANS_CREATEstatic intTRANS_DISPLAYTERMINALstatic intTRANS_DOWNLOAD_RESOURCESstatic intTRANS_HOSTPRINTstatic intTRANS_INITstatic intTRANS_INSTALL_RESOURCEstatic intTRANS_LOGstatic intTRANS_MANAGEMENTstatic intTRANS_MESSAGEstatic intTRANS_RELOADstatic intTRANS_REMOTE_CALLstatic intTRANS_REMOTE_EVENTstatic intTRANS_REMOTE_REPLYstatic intTRANS_REMOVETERMINALstatic intTRANS_TERMINALUPDATEstatic intTRANS_UPDATE
Field Detail
TRANS_ATOM
static final int TRANS_ATOM
Transaction values.- See Also:
- Constant Field Values
TRANS_LOG
static final int TRANS_LOG
- See Also:
- Constant Field Values
TRANS_CREATE
static final int TRANS_CREATE
- See Also:
- Constant Field Values
TRANS_UPDATE
static final int TRANS_UPDATE
- See Also:
- Constant Field Values
TRANS_REMOTE_CALL
static final int TRANS_REMOTE_CALL
- See Also:
- Constant Field Values
TRANS_REMOTE_REPLY
static final int TRANS_REMOTE_REPLY
- See Also:
- Constant Field Values
TRANS_REMOTE_EVENT
static final int TRANS_REMOTE_EVENT
- See Also:
- Constant Field Values
TRANS_INSTALL_RESOURCE
static final int TRANS_INSTALL_RESOURCE
- See Also:
- Constant Field Values
TRANS_DOWNLOAD_RESOURCES
static final int TRANS_DOWNLOAD_RESOURCES
- See Also:
- Constant Field Values
TRANS_CLIENT_LOCK
static final int TRANS_CLIENT_LOCK
- See Also:
- Constant Field Values
TRANS_BUSY
static final int TRANS_BUSY
- See Also:
- Constant Field Values
TRANS_BINARY_DATA
static final int TRANS_BINARY_DATA
- See Also:
- Constant Field Values
TRANS_RELOAD
static final int TRANS_RELOAD
- See Also:
- Constant Field Values
TRANS_DISPLAYTERMINAL
static final int TRANS_DISPLAYTERMINAL
- See Also:
- Constant Field Values
TRANS_TERMINALUPDATE
static final int TRANS_TERMINALUPDATE
- See Also:
- Constant Field Values
TRANS_REMOVETERMINAL
static final int TRANS_REMOVETERMINAL
- See Also:
- Constant Field Values
TRANS_HOSTPRINT
static final int TRANS_HOSTPRINT
- See Also:
- Constant Field Values
TRANS_INIT
static final int TRANS_INIT
- See Also:
- Constant Field Values
TRANS_MESSAGE
static final int TRANS_MESSAGE
- See Also:
- Constant Field Values
TRANS_MANAGEMENT
static final int TRANS_MANAGEMENT
- See Also:
- Constant Field Values