Uses of Class
org.jboss.as.ee.component.ComponentConfiguration
-
Packages that use ComponentConfiguration Package Description org.jboss.as.ee.component org.jboss.as.ee.component.deployers org.jboss.as.ee.logging -
-
Uses of ComponentConfiguration in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return ComponentConfiguration Modifier and Type Method Description ComponentConfigurationComponentDescription. createConfiguration(org.jboss.as.server.deployment.reflect.ClassReflectionIndex classIndex, ClassLoader moduleClassLoader, org.jboss.modules.ModuleLoader moduleLoader)ComponentConfigurationViewConfiguration. getComponentConfiguration()Get the component configuration for this view.Methods in org.jboss.as.ee.component that return types with arguments of type ComponentConfiguration Modifier and Type Method Description Collection<ComponentConfiguration>EEModuleConfiguration. getComponentConfigurations()Methods in org.jboss.as.ee.component with parameters of type ComponentConfiguration Modifier and Type Method Description voidComponentRegistry. addComponent(ComponentConfiguration componentConfiguration)voidEEModuleConfiguration. addComponentConfiguration(ComponentConfiguration configuration)voidComponentConfigurator. configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration)Apply this configurator to the given component configuration.voidNamespaceConfigurator. configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration)Apply this configurator to the given component configuration.voidNamespaceViewConfigurator. configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration)voidViewConfigurator. configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration)Apply this configurator to the given configuration.BasicComponentCreateServiceComponentCreateServiceFactory. constructService(ComponentConfiguration configuration)Construct a new component creation service from the given configuration.ViewConfigurationViewDescription. createViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)Creates view configuration.protected voidAbstractComponentConfigurator. mergeInjectionsForClass(Class<?> clazz, Class<?> actualClass, EEModuleClassDescription classDescription, EEModuleDescription moduleDescription, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, ComponentDescription description, ComponentConfiguration configuration, org.jboss.as.server.deployment.DeploymentPhaseContext context, Deque<org.jboss.invocation.InterceptorFactory> injectors, Object instanceKey, Deque<org.jboss.invocation.InterceptorFactory> uninjectors, boolean metadataComplete)Sets up all resource injections for a class.protected booleanBasicComponentCreateService. requiresInterceptors(Method method, ComponentConfiguration componentConfiguration)Constructors in org.jboss.as.ee.component with parameters of type ComponentConfiguration Constructor Description BasicComponentCreateService(ComponentConfiguration componentConfiguration)Construct a new instance.ViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)Construct a new instance. -
Uses of ComponentConfiguration in org.jboss.as.ee.component.deployers
Methods in org.jboss.as.ee.component.deployers with parameters of type ComponentConfiguration Modifier and Type Method Description protected voidComponentInstallProcessor. deployComponent(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, ComponentConfiguration configuration, List<org.jboss.msc.service.ServiceName> jndiDependencies, org.jboss.msc.service.ServiceName bindingDependencyService) -
Uses of ComponentConfiguration in org.jboss.as.ee.logging
Methods in org.jboss.as.ee.logging with parameters of type ComponentConfiguration Modifier and Type Method Description org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEeLogger_$logger. cannotLoadViewClass(Throwable cause, String className, ComponentConfiguration component)org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEeLogger. cannotLoadViewClass(Throwable cause, String className, ComponentConfiguration component)Creates an exception indicating the view class, represented by theclassNameparameter, for the component.
-