Class SessionBeanObjectViewConfigurator

    • Constructor Detail

      • SessionBeanObjectViewConfigurator

        public SessionBeanObjectViewConfigurator()
    • Method Detail

      • 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