public class SessionBeanHomeInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Method> |
INIT_METHOD |
static ThreadLocal<Object[]> |
INIT_PARAMETERS |
Constructor and Description |
---|
SessionBeanHomeInterceptorFactory(Method method) |
Modifier and Type | Method and Description |
---|---|
org.jboss.invocation.Interceptor |
create(org.jboss.invocation.InterceptorFactoryContext context) |
org.jboss.msc.value.InjectedValue<ComponentView> |
getViewToCreate() |
public static final ThreadLocal<Method> INIT_METHOD
public static final ThreadLocal<Object[]> INIT_PARAMETERS
public SessionBeanHomeInterceptorFactory(Method method)
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
create
in interface org.jboss.invocation.InterceptorFactory
public org.jboss.msc.value.InjectedValue<ComponentView> getViewToCreate()
Copyright © 2013 JBoss by Red Hat. All rights reserved.