Class SessionBeanObjectViewConfigurator

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

public abstract class SessionBeanObjectViewConfigurator extends Object implements org.jboss.as.ee.component.ViewConfigurator
Configurator that sets up interceptors for a Jakarta Enterprise Beans bean's object view
Author:
Stuart Douglas
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.as.ee.component.ViewDescription description, org.jboss.as.ee.component.ViewConfiguration configuration)
     
    protected abstract void
    handleIsIdenticalMethod(org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.as.ee.component.ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)
     
    protected abstract void
    handleRemoveMethod(org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.as.ee.component.ViewConfiguration configuration, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, Method method)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SessionBeanObjectViewConfigurator

      public SessionBeanObjectViewConfigurator()
  • Method Details

    • configure

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

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

      protected abstract void handleRemoveMethod(org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.as.ee.component.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