org.jboss.ejb3.aop
Class AbstractInterceptor

java.lang.Object
  extended by 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

Constructor Summary
AbstractInterceptor()
           
 
Method Summary
static
<C extends EJBContainer>
C
getEJBContainer(org.jboss.aop.joinpoint.Invocation invocation)
           
 String getName()
           
 
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
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.