public abstract class AbstractResultEventAdapterFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.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 org.springframework.beans.factory.InitializingBean
Exception
protected abstract AbstractResultEventListenerAdapter createAdapter()
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © GigaSpaces.