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
BeansException
public int getOrder()
public Object postProcessAfterInitialization(Object bean, String beanId) throws BeansException
BeansException
public Object postProcessBeforeInitialization(Object bean, String beanId) throws BeansException
BeansException
public boolean requiresDestruction(Object bean)
Copyright © 2017 JBoss by Red Hat. All rights reserved.