public class CmpEntityBeanEjbCreateMethodInterceptorFactory extends EntityBeanEjbCreateMethodInterceptorFactory
Modifier and Type | Field and Description |
---|---|
static CmpEntityBeanEjbCreateMethodInterceptorFactory |
INSTANCE |
Constructor and Description |
---|
CmpEntityBeanEjbCreateMethodInterceptorFactory() |
Modifier and Type | Method and Description |
---|---|
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) |
create
public static final CmpEntityBeanEjbCreateMethodInterceptorFactory INSTANCE
public CmpEntityBeanEjbCreateMethodInterceptorFactory()
protected Object invokeEjbCreate(org.jboss.invocation.InterceptorContext context, Method ejbCreate, EntityBeanComponentInstance instance, Object[] params) throws Exception
invokeEjbCreate
in class EntityBeanEjbCreateMethodInterceptorFactory
Exception
protected void invokeEjbPostCreate(org.jboss.invocation.InterceptorContext context, Method ejbPostCreate, EntityBeanComponentInstance instance, Object[] params) throws Exception
invokeEjbPostCreate
in class EntityBeanEjbCreateMethodInterceptorFactory
Exception
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.