Class InitMethodMergingProcessor

java.lang.Object
org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor<StatefulComponentDescription>
org.jboss.as.ejb3.deployment.processors.merging.InitMethodMergingProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class InitMethodMergingProcessor extends AbstractMergingProcessor<StatefulComponentDescription>
Merging processor that handles SFSB init methods.

Note that the corresponding home methods are not resolved as this time

Author:
Stuart Douglas
  • Constructor Details

    • InitMethodMergingProcessor

      public InitMethodMergingProcessor()
  • Method Details