public class ActionStatistics
extends java.lang.Object
| Constructor and Description |
|---|
ActionStatistics(java.lang.String actionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(RunningAction action)
Accumulate statistics from action.
|
java.lang.String |
getActionName() |
long |
getAverageTime() |
long |
getErrorCount() |
long |
getInvocationCount() |
public ActionStatistics(java.lang.String actionName)
actionName - The name of the action this object will provide statistics for.public void addAction(RunningAction action)
public java.lang.String getActionName()
public long getInvocationCount()
public long getErrorCount()
public long getAverageTime()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.