Class AbstractEJBInterceptor
java.lang.Object
org.jboss.as.ejb3.component.interceptors.AbstractEJBInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
- Direct Known Subclasses:
EjbSuspendInterceptor,ExecutionTimeInterceptor,NonPooledEJBComponentInstanceAssociatingInterceptor,PooledInstanceInterceptor,SingletonComponentInstanceAssociationInterceptor,StatefulComponentInstanceInterceptor,StatefulSessionSynchronizationInterceptor,WaitTimeInterceptor
public abstract class AbstractEJBInterceptor
extends Object
implements org.jboss.invocation.Interceptor
- Author:
- Carlo de Wolf
-
Field Summary
Fields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <C extends EJBComponent>
CgetComponent(org.jboss.invocation.InterceptorContext context, Class<C> componentType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.invocation.Interceptor
processInvocation
-
Constructor Details
-
AbstractEJBInterceptor
public AbstractEJBInterceptor()
-
-
Method Details
-
getComponent
protected static <C extends EJBComponent> C getComponent(org.jboss.invocation.InterceptorContext context, Class<C> componentType)
-