public class EntityBeanHomeViewConfigurator extends Object implements ViewConfigurator
Constructor and Description |
---|
EntityBeanHomeViewConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
protected EntityBeanHomeFinderInterceptorFactory |
createHomeFindInterceptorFactory(Method ejbFind,
boolean localHome) |
protected Method |
resolveEjbFinderMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
Method method,
String ejbName,
org.jboss.metadata.ejb.spec.PersistenceType persistenceType) |
protected Method |
resolveEjbHomeBusinessMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
Method method,
String ejbName) |
public void configure(DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws DeploymentUnitProcessingException
ViewConfigurator
configure
in interface ViewConfigurator
context
- the deployment phase contextcomponentConfiguration
- the completed component configurationdescription
- the completed view descriptionconfiguration
- the view configuration to build on toDeploymentUnitProcessingException
- if configuration failsprotected EntityBeanHomeFinderInterceptorFactory createHomeFindInterceptorFactory(Method ejbFind, boolean localHome)
protected Method resolveEjbFinderMethod(Class<?> componentClass, DeploymentReflectionIndex index, Method method, String ejbName, org.jboss.metadata.ejb.spec.PersistenceType persistenceType) throws DeploymentUnitProcessingException
protected Method resolveEjbHomeBusinessMethod(Class<?> componentClass, DeploymentReflectionIndex index, Method method, String ejbName) throws DeploymentUnitProcessingException
Copyright © 2015 JBoss by Red Hat. All rights reserved.