public class DefaultPollerSettings extends Object implements org.springframework.beans.factory.InitializingBean, PollerSettings
DefaultPollerSettings class.
Constructor and Description |
---|
DefaultPollerSettings() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
Integer |
getMonitorId()
getMonitorId
|
void |
setConfigurationResource(org.springframework.core.io.Resource configResource)
setConfigurationResource
|
void |
setMonitorId(Integer monitorId)
setMonitorId
|
public Integer getMonitorId()
getMonitorId
getMonitorId
in interface PollerSettings
Integer
object.public void setMonitorId(Integer monitorId)
setMonitorId
setMonitorId
in interface PollerSettings
monitorId
- a Integer
object.public void setConfigurationResource(org.springframework.core.io.Resource configResource)
setConfigurationResource
configResource
- a Resource
object.Copyright © 2015. All rights reserved.