Class SessionBeanHomeInterceptorFactory
- java.lang.Object
-
- org.jboss.as.ejb3.component.interceptors.SessionBeanHomeInterceptorFactory
-
- All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory
public class SessionBeanHomeInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
Interceptor that handles home views for session beans- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<Method>INIT_METHODstatic ThreadLocal<Object[]>INIT_PARAMETERS
-
Constructor Summary
Constructors Constructor Description SessionBeanHomeInterceptorFactory(Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.invocation.Interceptorcreate(org.jboss.invocation.InterceptorFactoryContext context)org.jboss.msc.value.InjectedValue<ComponentView>getViewToCreate()
-
-
-
Field Detail
-
INIT_METHOD
public static final ThreadLocal<Method> INIT_METHOD
-
INIT_PARAMETERS
public static final ThreadLocal<Object[]> INIT_PARAMETERS
-
-
Constructor Detail
-
SessionBeanHomeInterceptorFactory
public SessionBeanHomeInterceptorFactory(Method method)
-
-
Method Detail
-
create
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
- Specified by:
createin interfaceorg.jboss.invocation.InterceptorFactory
-
getViewToCreate
public org.jboss.msc.value.InjectedValue<ComponentView> getViewToCreate()
-
-