org.apache.commons.monitoring.aop
Class DefaultMonitorNameExtractor

java.lang.Object
  extended by org.apache.commons.monitoring.aop.DefaultMonitorNameExtractor
All Implemented Interfaces:
MonitorNameExtractor

public class DefaultMonitorNameExtractor
extends Object
implements MonitorNameExtractor

Author:
Nicolas De Loof

Field Summary
static DefaultMonitorNameExtractor INSTANCE
           
 
Method Summary
 String getMonitorName(Object instance, Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DefaultMonitorNameExtractor INSTANCE
Method Detail

getMonitorName

public String getMonitorName(Object instance,
                             Method method)
Specified by:
getMonitorName in interface MonitorNameExtractor


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.