com.bankframe.services.log
Class BankFrameLogConstants

java.lang.Object
  extended bycom.bankframe.services.log.BankFrameLogConstants

public class BankFrameLogConstants
extends java.lang.Object

Various public and protected constants used by the BankFrame logging service.

Author:
ETU

Field Summary
static java.lang.String BANKFRAME_SUBSYSTEM
          The name which the BANKFRAME subsystem is registered to.
static java.lang.String CUSTOM_TIMING_SUBSYSTEM
          The name which the BANKFRAME CUSTOM TIMING subsystem is registered to.
static java.lang.String DATAPACKET_LOG_MSG_FORMAT
          The format that the BankFrame Datagram Appender uses to send UDP broadcast messages to any registered listeners.
static java.lang.String MCA_SUBSYSTEM
          The name which the BANKFRAME MCA subsystem is registered to.
static java.lang.String MCA_TIMING_SUBSYSTEM
          The name which the BANKFRAME MCA TIMING subsystem is registered to.
static java.lang.String STATEMACHINE_SUBSYSTEM
          The name which the BANKFRAME MCA STATEMACHINE subsystem is registered to.
static java.lang.String STOREANDFORWARD_SUBSYSTEM
          The name which the STORE AND FORWARD subsystem is registered to.
static java.lang.String TXNHANDLER_SUBSYSTEM
          The name which the BANKFRAME TRANSACTION HANDLER subsystem is registered to.
static java.lang.String TXNHANDLER_TIMING_SUBSYSTEM
          The name which the BANKFRAME TRANSACTION HANDLER TIMING subsystem is registered to.
 
Constructor Summary
BankFrameLogConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANKFRAME_SUBSYSTEM

public static final java.lang.String BANKFRAME_SUBSYSTEM
The name which the BANKFRAME subsystem is registered to.

See Also:
Constant Field Values

MCA_SUBSYSTEM

public static final java.lang.String MCA_SUBSYSTEM
The name which the BANKFRAME MCA subsystem is registered to.

See Also:
Constant Field Values

MCA_TIMING_SUBSYSTEM

public static final java.lang.String MCA_TIMING_SUBSYSTEM
The name which the BANKFRAME MCA TIMING subsystem is registered to.

See Also:
Constant Field Values

STATEMACHINE_SUBSYSTEM

public static final java.lang.String STATEMACHINE_SUBSYSTEM
The name which the BANKFRAME MCA STATEMACHINE subsystem is registered to.

See Also:
Constant Field Values

CUSTOM_TIMING_SUBSYSTEM

public static final java.lang.String CUSTOM_TIMING_SUBSYSTEM
The name which the BANKFRAME CUSTOM TIMING subsystem is registered to.

See Also:
Constant Field Values

TXNHANDLER_SUBSYSTEM

public static final java.lang.String TXNHANDLER_SUBSYSTEM
The name which the BANKFRAME TRANSACTION HANDLER subsystem is registered to.

See Also:
Constant Field Values

STOREANDFORWARD_SUBSYSTEM

public static final java.lang.String STOREANDFORWARD_SUBSYSTEM
The name which the STORE AND FORWARD subsystem is registered to.

See Also:
Constant Field Values

TXNHANDLER_TIMING_SUBSYSTEM

public static final java.lang.String TXNHANDLER_TIMING_SUBSYSTEM
The name which the BANKFRAME TRANSACTION HANDLER TIMING subsystem is registered to.

See Also:
Constant Field Values

DATAPACKET_LOG_MSG_FORMAT

public static java.lang.String DATAPACKET_LOG_MSG_FORMAT
The format that the BankFrame Datagram Appender uses to send UDP broadcast messages to any registered listeners.

Constructor Detail

BankFrameLogConstants

public BankFrameLogConstants()


Copyright © 2004 Siebel Systems, Inc. All rights reserved.