|
JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterceptorMetadata<T>
This class is parametrized for
| Method Summary | |
|---|---|
ClassMetadata<?> |
getInterceptorClass()
|
List<MethodMetadata> |
getInterceptorMethods(InterceptionType interceptionType)
Returns the list of interceptor methods of this class for a given interception type. |
InterceptorReference<T> |
getInterceptorReference()
Returns the class for which this interceptor metadata was created |
boolean |
isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this InterceptorMetadata
has interceptor methods for the given interceptionType. |
boolean |
isTargetClass()
|
| Method Detail |
|---|
InterceptorReference<T> getInterceptorReference()
ClassMetadata<?> getInterceptorClass()
List<MethodMetadata> getInterceptorMethods(InterceptionType interceptionType)
interceptionType -
boolean isEligible(InterceptionType interceptionType)
InterceptorMetadata
has interceptor methods for the given interceptionType. Else returns false.
interceptionType - The InterceptionType
boolean isTargetClass()
|
JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||