All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.util.logging.LogTiming

java.lang.Object
   |
   +----com.ups.xmlsdk.util.logging.LogTiming

public class LogTiming
extends Object
Provide external system timing strings for log entries. Also define timeable systems here.


Variable Index

 o ADDRESS_VALIDATOR
 o CC_AUTH
 o IMS
 o ODS
 o PING_HISTORY
 o PLD_PLAYBACK_DETAIL
 o PLD_PLAYBACK_SUM
 o PLD_UPLOAD
 o RAVE
 o START_STR
 o STOP_STR
 o TIME_TRAN
 o VOID

Constructor Index

 o LogTiming()

Method Index

 o start(String)
 o stop(String)

Variables

 o RAVE
 public static final String RAVE
 o ADDRESS_VALIDATOR
 public static final String ADDRESS_VALIDATOR
 o PLD_UPLOAD
 public static final String PLD_UPLOAD
 o ODS
 public static final String ODS
 o CC_AUTH
 public static final String CC_AUTH
 o TIME_TRAN
 public static final String TIME_TRAN
 o VOID
 public static final String VOID
 o PLD_PLAYBACK_SUM
 public static final String PLD_PLAYBACK_SUM
 o PLD_PLAYBACK_DETAIL
 public static final String PLD_PLAYBACK_DETAIL
 o PING_HISTORY
 public static final String PING_HISTORY
 o IMS
 public static final String IMS
 o START_STR
 public static final String START_STR
 o STOP_STR
 public static final String STOP_STR

Constructors

 o LogTiming
 public LogTiming()

Methods

 o start
 public static String start(String msg)
 o stop
 public static String stop(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index