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
FieldsModifier and TypeFieldDescriptionstatic final ThreadLocal<Method>static final ThreadLocal<Object[]>Fields inherited from interface org.jboss.invocation.InterceptorFactory
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.invocation.Interceptorcreate(org.jboss.invocation.InterceptorFactoryContext context) org.jboss.msc.value.InjectedValue<ComponentView>
-
Field Details
-
INIT_METHOD
-
INIT_PARAMETERS
-
-
Constructor Details
-
SessionBeanHomeInterceptorFactory
-
-
Method Details
-
create
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context) - Specified by:
createin interfaceorg.jboss.invocation.InterceptorFactory
-
getViewToCreate
-