org.jboss.ejb3.aop
Class AbstractInterceptor
java.lang.Object
org.jboss.ejb3.aop.AbstractInterceptor
- All Implemented Interfaces:
- org.jboss.aop.advice.Interceptor
- Direct Known Subclasses:
- CachedConnectionInterceptor, ENCPropagationInterceptor, StatefulInstanceInterceptor, StatefulRemoveInterceptor, StatelessInstanceInterceptor
public abstract class AbstractInterceptor
- extends Object
- implements org.jboss.aop.advice.Interceptor
Comment
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.aop.advice.Interceptor |
invoke |
AbstractInterceptor
public AbstractInterceptor()
getEJBContainer
public static <C extends EJBContainer> C getEJBContainer(org.jboss.aop.joinpoint.Invocation invocation)
getName
public String getName()
- Specified by:
getName
in interface org.jboss.aop.advice.Interceptor
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.