Interface BeanConfiguration

  • All Known Subinterfaces:
    StatefulBeanConfiguration

    public interface BeanConfiguration
    Specifies the configuration of an EJB component.
    Author:
    Paul Ferraro
    • Method Detail

      • getName

        String getName()
        Returns the name of the EJB component.
        Returns:
        the component name
      • getDeploymentUnitServiceName

        org.jboss.msc.service.ServiceName getDeploymentUnitServiceName()
        Returns the service name of the deployment unit containing the EJB.
        Returns:
        a deployment unit
      • getModule

        org.jboss.modules.Module getModule()
        Returns the module of the deployment.
        Returns:
        a module