Class SessionBeanObjectViewConfigurator

java.lang.Object
org.jboss.as.ejb3.component.session.SessionBeanObjectViewConfigurator
All Implemented Interfaces:
ViewConfigurator
Direct Known Subclasses:
StatefulSessionBeanObjectViewConfigurator, StatelessSessionBeanObjectViewConfigurator

public abstract class SessionBeanObjectViewConfigurator extends Object implements ViewConfigurator
Configurator that sets up interceptors for a Jakarta Enterprise Beans bean's object view
Author:
Stuart Douglas
  • Constructor Details

    • SessionBeanObjectViewConfigurator

      public SessionBeanObjectViewConfigurator()
  • Method Details

    • configure

      public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Specified by:
      configure in interface ViewConfigurator
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException
    • handleIsIdenticalMethod

      protected abstract void handleIsIdenticalMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)
    • handleRemoveMethod

      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
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException