org.perf.log.properties
Class TxnThresholdProps

java.lang.Object
  extended by org.perf.log.properties.TxnThresholdProps

public class TxnThresholdProps
extends java.lang.Object


Constructor Summary
TxnThresholdProps()
           
 
Method Summary
static long getMaxResponseTimeThresholdForTxnList(java.util.List<java.lang.String> txnList)
           
static long getResponseTimeThresholdForTxnName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxnThresholdProps

public TxnThresholdProps()
Method Detail

getResponseTimeThresholdForTxnName

public static long getResponseTimeThresholdForTxnName(java.lang.String name)

getMaxResponseTimeThresholdForTxnList

public static long getMaxResponseTimeThresholdForTxnList(java.util.List<java.lang.String> txnList)