org.opennms.netmgt.poller.remote.support
Class DefaultPollerSettings

java.lang.Object
  extended by org.opennms.netmgt.poller.remote.support.DefaultPollerSettings
All Implemented Interfaces:
PollerSettings, org.springframework.beans.factory.InitializingBean

public class DefaultPollerSettings
extends Object
implements org.springframework.beans.factory.InitializingBean, PollerSettings

Author:
Mathew Brozowski

Constructor Summary
DefaultPollerSettings()
           
 
Method Summary
 void afterPropertiesSet()
           
 Integer getMonitorId()
           
 void setConfigurationResource(org.springframework.core.io.Resource configResource)
           
 void setMonitorId(Integer monitorId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPollerSettings

public DefaultPollerSettings()
Method Detail

getMonitorId

public Integer getMonitorId()
Specified by:
getMonitorId in interface PollerSettings

setMonitorId

public void setMonitorId(Integer monitorId)
Specified by:
setMonitorId in interface PollerSettings

setConfigurationResource

public void setConfigurationResource(org.springframework.core.io.Resource configResource)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2009. All Rights Reserved.