org.openspaces.events.config
Class AbstractResultEventAdapterFactoryBean
java.lang.Object
  
org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
- All Implemented Interfaces: 
 - FactoryBean, InitializingBean
 
- Direct Known Subclasses: 
 - AnnotationEventAdapterFactoryBean, MethodEventAdapterFactoryBean
 
public abstract class AbstractResultEventAdapterFactoryBean
- extends Object
- implements FactoryBean, InitializingBean
  
- Author:
 
  - kimchy
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractResultEventAdapterFactoryBean
public AbstractResultEventAdapterFactoryBean()
setWriteLease
public void setWriteLease(Long writeLease)
 
 
setUpdateOrWrite
public void setUpdateOrWrite(Boolean updateOrWrite)
 
 
setUpdateTimeout
public void setUpdateTimeout(Long updateTimeout)
 
 
afterPropertiesSet
public void afterPropertiesSet()
                        throws Exception
- Specified by:
 afterPropertiesSet in interface InitializingBean
 
- Throws:
 Exception
 
createAdapter
protected abstract AbstractResultEventListenerAdapter createAdapter()
 
 
getObject
public Object getObject()
                 throws Exception
- Specified by:
 getObject in interface FactoryBean
 
- Throws:
 Exception
 
getObjectType
public Class<?> getObjectType()
- Specified by:
 getObjectType in interface FactoryBean
 
 
isSingleton
public boolean isSingleton()
- Specified by:
 isSingleton in interface FactoryBean
 
 
Copyright © GigaSpaces.