public class InterceptorData extends Object
| Constructor and Description |
|---|
InterceptorData(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheScan(Class<?> clazz) |
boolean |
equals(Object o) |
<T> T |
get(Class<T> clazz) |
Set<Method> |
getAfterBegin() |
Set<Method> |
getAfterCompletion() |
Set<Method> |
getAroundInvoke() |
Set<Method> |
getAroundTimeout() |
Set<Method> |
getBeforeCompletion() |
Class |
getInterceptorClass() |
Set<Method> |
getMethods(Operation operation) |
Set<Method> |
getPostActivate() |
Set<Method> |
getPostConstruct() |
Set<Method> |
getPreDestroy() |
Set<Method> |
getPrePassivate() |
int |
hashCode() |
static InterceptorData |
scan(Class<?> clazz) |
<T> void |
set(Class<T> clazz,
T value) |
String |
toString() |
public InterceptorData(Class clazz)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.