|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EtmMonitor | |
|---|---|
| etm.contrib.aop.aopalliance | AOPAlliance Support. |
| etm.contrib.aop.aspectwerkz | AspectWerkz Support. |
| etm.contrib.aop.jboss | JBoss AOP Integration. |
| etm.contrib.aop.spring | Spring Support. |
| etm.contrib.console | A drop in HTTP console that may be used standalone or as JETM plugin. |
| etm.contrib.console.servlet | Servlet request/response abstraction. |
| etm.contrib.console.standalone | Standalone request/response abstraction. |
| etm.contrib.integration.spring.configuration | Spring 2.x configuration support. |
| etm.contrib.integration.spring.web | Performance monitoring support for spring managed web applications. |
| etm.contrib.integration.web | Generic Web Application integration support. |
| etm.core.configuration | Static configuration support similar to Log4j configuration. |
| etm.core.jmx | JETM JMX support. |
| etm.core.monitor | Java™ Execution Time Measurement Library core package. |
| Uses of EtmMonitor in etm.contrib.aop.aopalliance |
|---|
| Constructors in etm.contrib.aop.aopalliance with parameters of type EtmMonitor | |
|---|---|
EtmMethodCallInterceptor(EtmMonitor aEtmMonitor)
|
|
| Uses of EtmMonitor in etm.contrib.aop.aspectwerkz |
|---|
| Fields in etm.contrib.aop.aspectwerkz declared as EtmMonitor | |
|---|---|
protected EtmMonitor |
EtmAspectWerkzAspect.etmMonitor
|
| Uses of EtmMonitor in etm.contrib.aop.jboss |
|---|
| Fields in etm.contrib.aop.jboss declared as EtmMonitor | |
|---|---|
protected EtmMonitor |
EtmJbossConstructorInterceptor.etmMonitor
|
protected EtmMonitor |
EtmJbossMethodInterceptor.etmMonitor
|
| Uses of EtmMonitor in etm.contrib.aop.spring |
|---|
| Methods in etm.contrib.aop.spring with parameters of type EtmMonitor | |
|---|---|
void |
EtmProxyFactoryBean.setEtmMonitor(EtmMonitor aEtmMonitor)
|
| Uses of EtmMonitor in etm.contrib.console |
|---|
| Fields in etm.contrib.console declared as EtmMonitor | |
|---|---|
protected EtmMonitor |
HttpConsoleServer.etmMonitor
|
| Methods in etm.contrib.console that return EtmMonitor | |
|---|---|
EtmMonitor |
ConsoleRequest.getEtmMonitor()
|
| Constructors in etm.contrib.console with parameters of type EtmMonitor | |
|---|---|
HttpConsoleServer(EtmMonitor aEtmMonitor)
|
|
| Uses of EtmMonitor in etm.contrib.console.servlet |
|---|
| Methods in etm.contrib.console.servlet that return EtmMonitor | |
|---|---|
EtmMonitor |
ServletConsoleRequest.getEtmMonitor()
|
| Constructors in etm.contrib.console.servlet with parameters of type EtmMonitor | |
|---|---|
ServletConsoleRequest(EtmMonitor aMonitor,
javax.servlet.http.HttpServletRequest aRequest)
|
|
| Uses of EtmMonitor in etm.contrib.console.standalone |
|---|
| Methods in etm.contrib.console.standalone that return EtmMonitor | |
|---|---|
EtmMonitor |
StandaloneConsoleRequest.getEtmMonitor()
|
| Constructors in etm.contrib.console.standalone with parameters of type EtmMonitor | |
|---|---|
StandaloneConsoleRequest(EtmMonitor aEtmMonitor)
|
|
| Uses of EtmMonitor in etm.contrib.integration.spring.configuration |
|---|
| Constructors in etm.contrib.integration.spring.configuration with parameters of type EtmMonitor | |
|---|---|
MonitoringBeanDefinitionParser.NamedEtmMethodCallInterceptor(EtmMonitor aEtmMonitor)
|
|
| Uses of EtmMonitor in etm.contrib.integration.spring.web |
|---|
| Methods in etm.contrib.integration.spring.web that return EtmMonitor | |
|---|---|
protected EtmMonitor |
SpringHttpConsoleServlet.getEtmMonitor()
|
protected EtmMonitor |
SpringHttpRequestPerformanceFilter.getEtmMonitor()
|
static EtmMonitor |
SpringEtmMonitorContextSupport.locateEtmMonitor(org.springframework.context.ApplicationContext ctx,
java.lang.String etmMonitorName)
|
| Uses of EtmMonitor in etm.contrib.integration.web |
|---|
| Fields in etm.contrib.integration.web declared as EtmMonitor | |
|---|---|
protected EtmMonitor |
HttpConsoleServlet.etmMonitor
|
protected EtmMonitor |
HttpRequestPerformanceFilter.etmMonitor
|
| Methods in etm.contrib.integration.web that return EtmMonitor | |
|---|---|
protected EtmMonitor |
HttpConsoleServlet.getEtmMonitor()
|
protected EtmMonitor |
HttpRequestPerformanceFilter.getEtmMonitor()
|
| Uses of EtmMonitor in etm.core.configuration |
|---|
| Methods in etm.core.configuration that return EtmMonitor | |
|---|---|
static EtmMonitor |
EtmMonitorFactory.createEtmMonitor(EtmMonitorConfig monitorConfig)
|
static EtmMonitor |
EtmManager.getEtmMonitor()
Returns the currently configured EtmMonitor instance. |
| Methods in etm.core.configuration with parameters of type EtmMonitor | |
|---|---|
protected static void |
EtmManager.configure(EtmMonitor aEtmMonitor)
Sets the EtmMonitor. |
| Uses of EtmMonitor in etm.core.jmx |
|---|
| Fields in etm.core.jmx declared as EtmMonitor | |
|---|---|
protected EtmMonitor |
AbstractJmxRegistry.etmMonitor
|
| Constructors in etm.core.jmx with parameters of type EtmMonitor | |
|---|---|
EtmMonitorMBean(EtmMonitor aEtmMonitor,
java.lang.String aMeasurementDomain)
|
|
EtmPointMBean(EtmMonitor aEtmMonitor,
Aggregate aAggregate)
|
|
ManagedEtmMonitor(EtmMonitor aMonitor)
Deprecated. |
|
ManagedEtmMonitor(EtmMonitor aMonitor,
java.util.Locale locale)
Deprecated. |
|
| Uses of EtmMonitor in etm.core.monitor |
|---|
| Classes in etm.core.monitor that implement EtmMonitor | |
|---|---|
class |
EtmMonitorSupport
Abstract base class for the execution time measurement monitors. |
class |
FlatMonitor
The FlatMonitor records all measurement points separately even if they are nested. |
class |
NestedMonitor
The NestedMonitor records nested EtmPoints as a tree using ThreadLocals to maintain the thread depend caller tree. |
class |
NullMonitor
The NullMonitor does nothing and this way may limit the overhead in a production environment. |
| Methods in etm.core.monitor that return EtmMonitor | |
|---|---|
EtmMonitor |
EtmMonitorContext.getEtmMonitor()
|
| Constructors in etm.core.monitor with parameters of type EtmMonitor | |
|---|---|
MeasurementPoint(EtmMonitor aMonitor,
java.lang.String aName)
Deprecated. Creates a new measurement point using the given monitor and name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||