public class Jsr250BeanPostProcessor extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object bean,
String beanId) |
void |
postProcessBeforeDestruction(Object bean,
String beanId) |
Object |
postProcessBeforeInitialization(Object bean,
String beanId) |
boolean |
requiresDestruction(Object bean) |
void |
setApplicationContext(ApplicationContext arg0) |
public void setApplicationContext(ApplicationContext arg0)
throws BeansException
BeansExceptionpublic int getOrder()
public Object postProcessAfterInitialization(Object bean, String beanId) throws BeansException
BeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanId) throws BeansException
BeansExceptionpublic boolean requiresDestruction(Object bean)
Copyright © 2018 JBoss by Red Hat. All rights reserved.