public class ConcurrentValidator extends Validator
Constructor and Description |
---|
ConcurrentValidator(org.jboss.weld.manager.api.ExecutorServices executor) |
Modifier and Type | Method and Description |
---|---|
void |
validateBeanNames(BeanManagerImpl beanManager) |
void |
validateBeans(Collection<? extends javax.enterprise.inject.spi.Bean<?>> beans,
BeanManagerImpl manager) |
void |
validateDecorators(Collection<? extends javax.enterprise.inject.spi.Decorator<?>> decorators,
BeanManagerImpl manager) |
void |
validateInterceptors(Collection<? extends javax.enterprise.inject.spi.Interceptor<?>> interceptors,
BeanManagerImpl manager) |
protected void |
validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers,
BeanManagerImpl beanManager) |
void |
validateProducers(Collection<javax.enterprise.inject.spi.Producer<?>> producers,
BeanManagerImpl beanManager) |
checkBeanMetadataInjectionPoint, cleanup, validateBean, validateDecorator, validateDeployment, validateEventMetadataInjectionPoint, validateGeneralBean, validateInjectionPoint, validateInjectionPointForDefinitionErrors, validateInjectionPointForDeploymentProblems, validateInjectionPointPassivationCapable, validateInterceptor, validateInterceptorDecoratorInjectionPointPassivationCapable, validateMetadataInjectionPoint, validateProducer, validateRIBean, validateSpecialization
public ConcurrentValidator(org.jboss.weld.manager.api.ExecutorServices executor)
public void validateBeans(Collection<? extends javax.enterprise.inject.spi.Bean<?>> beans, BeanManagerImpl manager)
validateBeans
in class Validator
public void validateInterceptors(Collection<? extends javax.enterprise.inject.spi.Interceptor<?>> interceptors, BeanManagerImpl manager)
validateInterceptors
in class Validator
public void validateDecorators(Collection<? extends javax.enterprise.inject.spi.Decorator<?>> decorators, BeanManagerImpl manager)
validateDecorators
in class Validator
protected void validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers, BeanManagerImpl beanManager)
validateObserverMethods
in class Validator
public void validateBeanNames(BeanManagerImpl beanManager)
validateBeanNames
in class Validator
public void validateProducers(Collection<javax.enterprise.inject.spi.Producer<?>> producers, BeanManagerImpl beanManager)
validateProducers
in class Validator
Copyright © 2016. All rights reserved.