| Constructor and Description |
|---|
ConcurrentValidator(ExecutorServices executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateBeanNames(BeanManagerImpl beanManager) |
void |
validateBeans(java.util.Collection<? extends Bean<?>> beans,
BeanManagerImpl manager) |
void |
validateDecorators(java.util.Collection<? extends Decorator<?>> decorators,
BeanManagerImpl manager) |
void |
validateInterceptors(java.util.Collection<? extends Interceptor<?>> interceptors,
BeanManagerImpl manager) |
protected void |
validateObserverMethods(java.lang.Iterable<ObserverInitializationContext<?,?>> observers,
BeanManagerImpl beanManager) |
void |
validateProducers(java.util.Collection<Producer<?>> producers,
BeanManagerImpl beanManager) |
checkBeanMetadataInjectionPoint, cleanup, validateBean, validateDecorator, validateDeployment, validateEventMetadataInjectionPoint, validateGeneralBean, validateInjectionPoint, validateInjectionPointForDefinitionErrors, validateInjectionPointForDeploymentProblems, validateInjectionPointPassivationCapable, validateInterceptor, validateInterceptorDecoratorInjectionPointPassivationCapable, validateMetadataInjectionPoint, validateProducer, validateRIBean, validateSpecializationpublic ConcurrentValidator(ExecutorServices executor)
public void validateBeans(java.util.Collection<? extends Bean<?>> beans, BeanManagerImpl manager)
validateBeans in class Validatorpublic void validateInterceptors(java.util.Collection<? extends Interceptor<?>> interceptors, BeanManagerImpl manager)
validateInterceptors in class Validatorpublic void validateDecorators(java.util.Collection<? extends Decorator<?>> decorators, BeanManagerImpl manager)
validateDecorators in class Validatorprotected void validateObserverMethods(java.lang.Iterable<ObserverInitializationContext<?,?>> observers, BeanManagerImpl beanManager)
validateObserverMethods in class Validatorpublic void validateBeanNames(BeanManagerImpl beanManager)
validateBeanNames in class Validatorpublic void validateProducers(java.util.Collection<Producer<?>> producers, BeanManagerImpl beanManager)
validateProducers in class ValidatorCopyright © 2014. All Rights Reserved.