public class ManagedBeanComponentDescription extends ComponentDescription
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.| Constructor and Description |
|---|
ManagedBeanComponentDescription(String componentName,
String componentClassName,
EEModuleDescription moduleDescription,
org.jboss.msc.service.ServiceName deploymentUnitServiceName)
Construct a new instance.
|
addClassInterceptor, addDependency, addInterceptorMethodOverride, addMethodInterceptor, addResourceInjection, createConfiguration, excludeClassInterceptors, excludeDefaultInterceptors, getAllInterceptors, getApplicationName, getBeanDeploymentArchiveId, getBindingConfigurations, getClassInterceptor, getClassInterceptors, getComponentClassName, getComponentName, getConfigurators, getContextServiceName, getCreateServiceName, getDefaultInterceptors, getDependencies, getDeploymentDescriptorEnvironment, getMethodInterceptors, getModuleDescription, getModuleName, getNamingMode, getResourceInjections, getServiceName, getStartServiceName, getTimerMethods, getViews, isCDIInterceptorEnabled, isExcludeClassInterceptors, isExcludeDefaultInterceptors, isExcludeDefaultInterceptors, isIgnoreLifecycleInterceptors, isIntercepted, isOptional, isPassivationApplicable, isTimerServiceApplicable, isTimerServiceRequired, mergeInterceptorConfig, setBeanDeploymentArchiveId, setClassInterceptors, setContextServiceName, setDefaultInterceptors, setDeploymentDescriptorEnvironment, setExcludeDefaultInterceptors, setIgnoreLifecycleInterceptors, setMethodInterceptors, setNamingModepublic ManagedBeanComponentDescription(String componentName, String componentClassName, EEModuleDescription moduleDescription, org.jboss.msc.service.ServiceName deploymentUnitServiceName)
componentName - the component namecomponentClassName - the component instance class namemoduleDescription - the EE module descriptiondeploymentUnitServiceName - the service name of the DU containing this componentCopyright © 2023 JBoss by Red Hat. All rights reserved.