| Constructor and Description | 
|---|
DefaultPollerConfigDao()
Constructor for DefaultPollerConfigDao. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()
afterPropertiesSet 
 | 
org.springframework.core.io.Resource | 
getConfigResource()
getConfigResource 
 | 
PollerConfig | 
getPollerConfig()
getPollerConfig 
 | 
void | 
setConfigResource(org.springframework.core.io.Resource configResource)
setConfigResource 
 | 
public DefaultPollerConfigDao()
Constructor for DefaultPollerConfigDao.
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public PollerConfig getPollerConfig()
getPollerConfig
PollerConfig object.public org.springframework.core.io.Resource getConfigResource()
getConfigResource
Resource object.public void setConfigResource(org.springframework.core.io.Resource configResource)
setConfigResource
configResource - a Resource object.Copyright © 2021. All rights reserved.