public interface MethodResourceManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodResourceManager.MethodStatistics
Helper class to carry basic method call statistics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
manageResources(java.util.Map methodStatsByMethod,
long transactionElapsedTimeNs,
java.lang.reflect.Method currentMethod)
Check and free any required resources for an imminent.
|
void manageResources(java.util.Map methodStatsByMethod,
long transactionElapsedTimeNs,
java.lang.reflect.Method currentMethod)
methodStatsByMethod - all known methods and their basic call statstransactionElapsedTimeNs - the elapsed time in the current transactioncurrentMethod - the method about to be calledCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.