Constructor and Description |
---|
ConcurrentValidator(ExecutorServices executor) |
Modifier and Type | Method and Description |
---|---|
void |
validateBeanNames(BeanManagerImpl beanManager) |
void |
validateBeans(Collection<? extends Bean<?>> beans,
BeanManagerImpl manager) |
void |
validateDecorators(Collection<? extends Decorator<?>> decorators,
BeanManagerImpl manager) |
void |
validateInterceptors(Collection<? extends Interceptor<?>> interceptors,
BeanManagerImpl manager) |
protected void |
validateObserverMethods(Iterable<ObserverInitializationContext<?,?>> observers,
BeanManagerImpl beanManager) |
void |
validateProducers(Collection<Producer<?>> producers,
BeanManagerImpl beanManager) |
checkBeanMetadataInjectionPoint, cleanup, validateBean, validateDecorator, validateDeployment, validateEventMetadataInjectionPoint, validateGeneralBean, validateInjectionPoint, validateInjectionPointForDefinitionErrors, validateInjectionPointForDeploymentProblems, validateInjectionPointPassivationCapable, validateInterceptor, validateMetadataInjectionPoint, validateProducer, validateRIBean, validateSpecialization
public ConcurrentValidator(ExecutorServices executor)
public void validateBeans(Collection<? extends Bean<?>> beans, BeanManagerImpl manager)
validateBeans
in class Validator
public void validateInterceptors(Collection<? extends Interceptor<?>> interceptors, BeanManagerImpl manager)
validateInterceptors
in class Validator
public void validateDecorators(Collection<? extends 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<Producer<?>> producers, BeanManagerImpl beanManager)
validateProducers
in class Validator
Copyright © 2013 Seam Framework. All Rights Reserved.