com.bankframe.services.log
Class BankFrameLogConstants

java.lang.Object
  extended by com.bankframe.services.log.BankFrameLogConstants

public class BankFrameLogConstants
extends Object

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


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

Field Detail

BANKFRAME_SUBSYSTEM

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

See Also:
Constant Field Values

MCA_SUBSYSTEM

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

See Also:
Constant Field Values

MCA_TIMING_SUBSYSTEM

public static final 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 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 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 String TXNHANDLER_SUBSYSTEM
The name which the BANKFRAME TRANSACTION HANDLER subsystem is registered to.

See Also:
Constant Field Values

STOREANDFORWARD_SUBSYSTEM

public static final 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 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 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 © 2005, 2007, Oracle. All rights reserved.