org.jboss.ejb3.interceptors.aop
Class ExtendedAdvisorWrapper
java.lang.Object
org.jboss.ejb3.interceptors.aop.ExtendedAdvisorWrapper
- All Implemented Interfaces:
- ExtendedAdvisor
public class ExtendedAdvisorWrapper
- extends Object
- implements ExtendedAdvisor
Wraps an AOP Advisor to become an extended advisor of itself.
- Version:
- $Revision: 68936 $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isAnnotationPresent
public boolean isAnnotationPresent(Class<?> cls,
Class<? extends Annotation> annotationType)
- Specified by:
isAnnotationPresent
in interface ExtendedAdvisor
isAnnotationPresent
public boolean isAnnotationPresent(Class<?> cls,
Member member,
Class<? extends Annotation> annotationType)
- Specified by:
isAnnotationPresent
in interface ExtendedAdvisor
resolveAnnotation
public <A extends Annotation> A resolveAnnotation(Class<?> cls,
Class<A> annotationType)
- Specified by:
resolveAnnotation
in interface ExtendedAdvisor
resolveAnnotation
public <A extends Annotation> A resolveAnnotation(Class<?> cls,
Member member,
Class<A> annotationType)
- Specified by:
resolveAnnotation
in interface ExtendedAdvisor
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.