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 InitializingBean
Exception
protected abstract AbstractResultEventListenerAdapter createAdapter()
public Object getObject() throws Exception
getObject
in interface FactoryBean
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean
public boolean isSingleton()
isSingleton
in interface FactoryBean
Copyright © GigaSpaces.