Class InvocationMetrics
- java.lang.Object
-
- org.jboss.as.ejb3.component.invocationmetrics.InvocationMetrics
-
public class InvocationMetrics extends Object
- Author:
- Carlo de Wolf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvocationMetrics.Values
-
Constructor Summary
Constructors Constructor Description InvocationMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetConcurrent()longgetExecutionTime()longgetInvocations()Map<String,InvocationMetrics.Values>getMethods()longgetPeakConcurrent()longgetWaitTime()
-
-
-
Method Detail
-
getConcurrent
public long getConcurrent()
-
getExecutionTime
public long getExecutionTime()
-
getInvocations
public long getInvocations()
-
getMethods
public Map<String,InvocationMetrics.Values> getMethods()
-
getPeakConcurrent
public long getPeakConcurrent()
-
getWaitTime
public long getWaitTime()
-
-