Class ManagedBeanComponentDescription

  • All Implemented Interfaces:
    ResourceInjectionTarget

    public class ManagedBeanComponentDescription
    extends ComponentDescription
    Component descriptor for ManagedBean managed beans. This is only here so that other interested processors can tell if a given component is a managed bean, it does not add anything to the component description.
    Author:
    Stuart Douglas
    • Constructor Detail

      • ManagedBeanComponentDescription

        public ManagedBeanComponentDescription​(String componentName,
                                               String componentClassName,
                                               EEModuleDescription moduleDescription,
                                               org.jboss.msc.service.ServiceName deploymentUnitServiceName)
        Construct a new instance.
        Parameters:
        componentName - the component name
        componentClassName - the component instance class name
        moduleDescription - the EE module description
        deploymentUnitServiceName - the service name of the DU containing this component