public interface HookStatsMBean
| Modifier and Type | Method and Description | 
|---|---|
| long | getAll()Return the count of how many transaction this hook as processed | 
| long | getDeclined()Return the count of how many DECLINED the hook returned | 
| long | getDeny()Return the count of how many DENY the hook returned | 
| long | getDenysoft()Return the count of how many DENYSOFT the hook returned | 
| String | getName()Return the name of the Hook | 
| long | getOk()Return the count of how many OK the hook returned | 
String getName()
long getOk()
long getDeclined()
long getDeny()
long getDenysoft()
long getAll()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.