public abstract class AbstractResultEventAdapterFactoryBean extends Object implements FactoryBean, InitializingBean
| Constructor and Description |
|---|
AbstractResultEventAdapterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected abstract AbstractResultEventListenerAdapter |
createAdapter() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setUpdateOrWrite(Boolean updateOrWrite) |
void |
setUpdateTimeout(Long updateTimeout) |
void |
setWriteLease(Long writeLease) |
public AbstractResultEventAdapterFactoryBean()
public void setWriteLease(Long writeLease)
public void setUpdateOrWrite(Boolean updateOrWrite)
public void setUpdateTimeout(Long updateTimeout)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionprotected abstract AbstractResultEventListenerAdapter createAdapter()
public Object getObject() throws Exception
getObject in interface FactoryBeanExceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBeanpublic boolean isSingleton()
isSingleton in interface FactoryBeanCopyright © GigaSpaces.