public abstract class SessionBeanObjectViewConfigurator extends Object implements ViewConfigurator
| Constructor and Description |
|---|
SessionBeanObjectViewConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
protected abstract void |
handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
protected abstract void |
handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
configure in interface ViewConfiguratororg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionprotected abstract void handleIsIdenticalMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)
protected abstract void handleRemoveMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.