public class EntityBeanEjbCreateMethodInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
Modifier and Type | Field and Description |
---|---|
static EntityBeanEjbCreateMethodInterceptorFactory |
INSTANCE |
Modifier | Constructor and Description |
---|---|
protected |
EntityBeanEjbCreateMethodInterceptorFactory() |
Modifier and Type | Method and Description |
---|---|
org.jboss.invocation.Interceptor |
create(org.jboss.invocation.InterceptorFactoryContext context) |
protected Object |
invokeEjbCreate(org.jboss.invocation.InterceptorContext context,
Method ejbCreate,
EntityBeanComponentInstance instance,
Object[] params) |
protected void |
invokeEjbPostCreate(org.jboss.invocation.InterceptorContext context,
Method ejbPostCreate,
EntityBeanComponentInstance instance,
Object[] params) |
public static final EntityBeanEjbCreateMethodInterceptorFactory INSTANCE
protected EntityBeanEjbCreateMethodInterceptorFactory()
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
create
in interface org.jboss.invocation.InterceptorFactory
protected void invokeEjbPostCreate(org.jboss.invocation.InterceptorContext context, Method ejbPostCreate, EntityBeanComponentInstance instance, Object[] params) throws Exception
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.