public abstract class AbstractFallbackLogOperationSource extends java.lang.Object implements LogOperationSource
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
LOGGER |
| Constructor and Description |
|---|
AbstractFallbackLogOperationSource() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
allowPublicMethodsOnly() |
protected abstract java.util.Collection<LogOperation> |
findOperations(java.lang.Class<?> clazz) |
protected abstract java.util.Collection<LogOperation> |
findOperations(java.lang.reflect.Method method) |
protected java.lang.Object |
getCacheKey(java.lang.reflect.Method method,
java.lang.Class<?> targetClass) |
java.util.Collection<LogOperation> |
getOperations(java.lang.reflect.Method method,
java.lang.Class<?> targetClass) |
public java.util.Collection<LogOperation> getOperations(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
getOperations in interface LogOperationSourceprotected java.lang.Object getCacheKey(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
protected abstract java.util.Collection<LogOperation> findOperations(java.lang.reflect.Method method)
protected abstract java.util.Collection<LogOperation> findOperations(java.lang.Class<?> clazz)
protected boolean allowPublicMethodsOnly()