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
public class RemotingAnnotationBeanPostProcessor
- extends InstantiationAwareBeanPostProcessorAdapter
- implements ApplicationContextAware
- 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
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.