public class ProcessModuleImpl extends AbstractDeploymentContainerEvent implements ProcessModule
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessModuleImpl(BeanManagerImpl beanManager,
BeanDeployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessModuleImpl |
fire(BeanDeployment deployment) |
Set<Class<?>> |
getAlternatives() |
Iterator<AnnotatedType<?>> |
getAnnotatedTypes() |
InputStream |
getBeansXml() |
List<Class<?>> |
getDecorators() |
List<Class<?>> |
getInterceptors() |
firegetActualTypeArguments, getBeanManager, getErrors, getObserverMethod, getRawType, getReceiver, setObserverMethod, setReceiverprotected ProcessModuleImpl(BeanManagerImpl beanManager, BeanDeployment deployment)
public static ProcessModuleImpl fire(BeanDeployment deployment)
public Set<Class<?>> getAlternatives()
getAlternatives in interface ProcessModulepublic List<Class<?>> getInterceptors()
getInterceptors in interface ProcessModulepublic List<Class<?>> getDecorators()
getDecorators in interface ProcessModulepublic Iterator<AnnotatedType<?>> getAnnotatedTypes()
getAnnotatedTypes in interface ProcessModuleAnnotatedType objects representing the Java classes and interfaces in the
bean archivepublic InputStream getBeansXml()
getBeansXml in interface ProcessModulebeans.xml for this moduleCopyright © 2012 Seam Framework. All Rights Reserved.