com.sun.ejb.spi.stats
Interface EJBMethodStatsManager

All Known Implementing Classes:
EJBMethodStatsManagerImpl

public interface EJBMethodStatsManager


Method Summary
 boolean isMethodMonitorOn()
           
 void postInvoke(java.lang.reflect.Method method, java.lang.Throwable th)
           
 void preInvoke(java.lang.reflect.Method method)
           
 

Method Detail

isMethodMonitorOn

boolean isMethodMonitorOn()

preInvoke

void preInvoke(java.lang.reflect.Method method)

postInvoke

void postInvoke(java.lang.reflect.Method method,
                java.lang.Throwable th)


Copyright © 2012 GlassFish Community. All Rights Reserved.