com.alibaba.druid.support.spring.stat
Class SpringStatUtils

java.lang.Object
  extended by com.alibaba.druid.support.spring.stat.SpringStatUtils

public class SpringStatUtils
extends Object


Constructor Summary
SpringStatUtils()
           
 
Method Summary
static Map<String,Object> getMethodStatData(Object methodStat, String clazz, String methodSignature)
           
static List<Map<String,Object>> getMethodStatDataList(Object methodStat)
           
static void reset(Object webStat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringStatUtils

public SpringStatUtils()
Method Detail

getMethodStatDataList

public static List<Map<String,Object>> getMethodStatDataList(Object methodStat)

getMethodStatData

public static Map<String,Object> getMethodStatData(Object methodStat,
                                                   String clazz,
                                                   String methodSignature)

reset

public static void reset(Object webStat)


Copyright © 2012 Alibaba Group. All Rights Reserved.