SFRMLog

public interface SFRMLog

The SFRMLog is the log code for the logging statement in the sfrm.log files. For detail, please read “doc/logcode.txt”.

Author:Twinsen Tsang

Fields

ATC_CALLER

public static final String ATC_CALLER

The constant field for indicating the log prefix for AcknowledgementCollector log.

AT_CALLER

public static final String AT_CALLER

The constant field for indicating the log prefix for AcknowledgementTask log.

CREATE_SGT

public static final String CREATE_SGT

The constant field for indicating creating segment in the log.

DECRYPT_SGT

public static final String DECRYPT_SGT

The constant field for indicating the de-crypting segment in the log.

ENCRYPT_SGT

public static final String ENCRYPT_SGT

The constant field for indicating the encrypting segment in the log.

FAIL_CRC

public static final String FAIL_CRC

The constant field for indicating CRC fail in the log.

FAIL_HDSK

public static final String FAIL_HDSK

The constant field for indicating failure in processing handshaking request in the log.

FIRST_LOAD

public static final String FIRST_LOAD

The constant field for indicating the first load in the collector.

ILLEGAL_SGT

public static final String ILLEGAL_SGT

The constant field for receiving a illegal segment.

IMH_CALLER

public static final String IMH_CALLER

The constant field for the prefix of the Incoming Message Handler log.

INSERT_SGTS

public static final String INSERT_SGTS

The constant field for indicating insertion segments in the log.

IPTC_CALLER

public static final String IPTC_CALLER

The constant field for indicating the log prefix for IncomingPayloadCollector log.

IPT_CALLER

public static final String IPT_CALLER

The constant field for the prefix of the Incoming Payloads Task log.

MSC_CALLER

public static final String MSC_CALLER

The constant field for indicating the log prefix for MessageStatusCollecotr log.

MSGID_PREFIX

public static final String MSGID_PREFIX

The constant field for logging message id prefix.

MSHDAO_CALLER

public static final String MSHDAO_CALLER

The constant field for indicating the log prefix for SFRMMessageSegmentHandler log.

NOTIFY_REPT

public static final String NOTIFY_REPT

The constant field for indicating the last receipt has been sent and notify to all thread waiting in the global lock.

OMH_CALLER

public static final String OMH_CALLER

The constant field for the prefix of the Outgoing Message Handler log.

OPPTC_CALLER

public static final String OPPTC_CALLER

The constant field for indicating the log prefix for OutgoingPackagedPayloadCollector log.

OPPT_CALLER

public static final String OPPT_CALLER

The constant field for the prefix of the log. Outgoing Packaged Payload Task log.

OPTC_CALLER

public static final String OPTC_CALLER

The constant field for indicating the log prefix for OutgoingPayloadCollector log.

OPT_CALLER

public static final String OPT_CALLER

The constant field for the prefix of the log. Outgoing Payload Task log.

OSPTC_CALLER

public static final String OSPTC_CALLER

The constant field for indicating the log prefix for OutgoingSegmentPayloadsCollector log.

OSPT_CALLER

public static final String OSPT_CALLER

The constant field for the prefix of the log. Outgoing Segment Payload Task log.

OUTG_TASK

public static final String OUTG_TASK

The constant field for indicating a new outgoing task is executing in the log.

PACK_MSG

public static final String PACK_MSG

The constant field for indicating packing message in the log.

QUERY_STATUS

public static final String QUERY_STATUS

The constant field for indicating there is web services client query the status of particular SFRM message.

RECEIVE_ALL

public static final String RECEIVE_ALL

The constant field for receiving all in the log.

RECEIVE_DUP

public static final String RECEIVE_DUP

The constant field for receiving duplication in the log.

RECEIVE_FAIL

public static final String RECEIVE_FAIL

The constant field for indicating fail to receive in incoming message handler.

RECEIVE_HDSK

public static final String RECEIVE_HDSK

The constant field for receiving handshaking request in the log.

RECEIVE_META

public static final String RECEIVE_META

The constant field for indicating received meta in the log.

RECEIVE_SGT

public static final String RECEIVE_SGT

The constant field for receiving msg in the log.

RESOLVE_FAIL

public static final String RESOLVE_FAIL

The constant field for failure to resolve the segment barrier.

ROLL_BACK

public static final String ROLL_BACK

The constant field for indicating the roll back action in outgoing payload task.

SEND_ALL

public static final String SEND_ALL

The constant field for indicating sending all segment with reliable receipt.

SEND_HDSK

public static final String SEND_HDSK

The constant field for indicating sending handshaking message in the log.

SEND_SGT

public static final String SEND_SGT

The constant field for indicating sending outgoing message in the log.

SGTNO_PREFIX

public static final String SGTNO_PREFIX

The constant field for logging segment number prefix.

SIGNING_SGT

public static final String SIGNING_SGT

The constant field for indicating the signing segment in the log.

SPANNED_THRD

public static final String SPANNED_THRD

The constant field for indicating a new thread is spanning in the Incoming Message Handler for handling the segment request.

SQS_CALLER

public static final String SQS_CALLER

The constant field for indicating the log prefix for SFRMMessageStatusQueryService log.

SUCCESS_CRC

public static final String SUCCESS_CRC

The constant field for indicating CRC successfully in the log.

UNPACK_MSG

public static final String UNPACK_MSG

The constant field for indicating the un-packing message in the log.

UNPACK_SGT

public static final String UNPACK_SGT

The constant field for indicating the un-packing segment in the log.

VERIFY_SGT

public static final String VERIFY_SGT

The constant field for indicating the verifiying segment in the log.

WAIT_REPT

public static final String WAIT_REPT

The constant field for indicating the need to wait for all receipt to be done.