org.openspaces.remoting
Class RemotingAnnotationBeanPostProcessor
java.lang.Object
org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
org.openspaces.remoting.RemotingAnnotationBeanPostProcessor
- All Implemented Interfaces:
- BeanPostProcessor, InstantiationAwareBeanPostProcessor, SmartInstantiationAwareBeanPostProcessor, ApplicationContextAware, Ordered
public class RemotingAnnotationBeanPostProcessor
- extends InstantiationAwareBeanPostProcessorAdapter
- implements ApplicationContextAware, Ordered
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotingAnnotationBeanPostProcessor
public RemotingAnnotationBeanPostProcessor()
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException
getOrder
public int getOrder()
- Specified by:
getOrder
in interface Ordered
setOrder
public void setOrder(int order)
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessAfterInitialization
in interface BeanPostProcessor
- Overrides:
postProcessAfterInitialization
in class InstantiationAwareBeanPostProcessorAdapter
- Throws:
BeansException
postProcessAfterInstantiation
public boolean postProcessAfterInstantiation(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessAfterInstantiation
in interface InstantiationAwareBeanPostProcessor
- Overrides:
postProcessAfterInstantiation
in class InstantiationAwareBeanPostProcessorAdapter
- Throws:
BeansException
createByClassOrFindByName
protected Object createByClassOrFindByName(String name,
Class clazz)
throws NoSuchBeanDefinitionException
- Throws:
NoSuchBeanDefinitionException
findGigaSpaceByName
protected GigaSpace findGigaSpaceByName(String gsName)
throws NoSuchBeanDefinitionException
- Throws:
NoSuchBeanDefinitionException
Copyright © GigaSpaces.