public class EntityBeanHomeCreateInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
| Modifier and Type | Field and Description |
|---|---|
static Object |
EJB_CREATE_METHOD_KEY |
static Object |
EJB_POST_CREATE_METHOD_KEY |
static Object |
PARAMETERS_KEY |
| Constructor and Description |
|---|
EntityBeanHomeCreateInterceptorFactory(Method method,
Method ejbPostCreate) |
| 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 Object EJB_CREATE_METHOD_KEY
public static final Object EJB_POST_CREATE_METHOD_KEY
public static final Object PARAMETERS_KEY
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
create in interface org.jboss.invocation.InterceptorFactorypublic org.jboss.msc.value.InjectedValue<ComponentView> getViewToCreate()
Copyright © 2014 JBoss by Red Hat. All rights reserved.