Package org.openspaces.remoting
Class RemotingAnnotationBeanPostProcessor
java.lang.Object
org.openspaces.remoting.RemotingAnnotationBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor,org.springframework.context.ApplicationContextAware,org.springframework.core.Ordered
public class RemotingAnnotationBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered
- Author:
- kimchy
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GigaSpacefindGigaSpaceByName(String gsName) intgetOrder()postProcessAfterInitialization(Object bean, String beanName) booleanpostProcessAfterInstantiation(Object bean, String beanName) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetOrder(int order) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitializationMethods inherited from interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
postProcessBeforeInstantiation, postProcessProperties
-
Constructor Details
-
RemotingAnnotationBeanPostProcessor
public RemotingAnnotationBeanPostProcessor()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setOrder
public void setOrder(int order) -
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
postProcessAfterInstantiation
public boolean postProcessAfterInstantiation(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInstantiationin interfaceorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
findGigaSpaceByName
protected GigaSpace findGigaSpaceByName(String gsName) throws org.springframework.beans.factory.NoSuchBeanDefinitionException - Throws:
org.springframework.beans.factory.NoSuchBeanDefinitionException
-