public interface BeforeDeploymentValidation
This event type is thrown by the container before the deployment validation process begins. If any observer method of the
BeforeDeploymentValidation event throws an exception, the exception is treated as a definition error by the container.
Any observer of this event is permitted to add classes to, or remove classes from, the list of alternatives, list of interceptors or list of decorators. The container will use the final values of these lists, after all observers have been called, to determine the enabled alternatives, interceptors, and decorators for application.
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getAlternatives() |
List<Class<?>> |
getDecorators() |
List<Class<?>> |
getInterceptors() |
Copyright © 2008-2013 JBoss by Red Hat, Inc.. All Rights Reserved.