org.opennms.netmgt.config
Class DefaultPollerConfigDao

java.lang.Object
  extended by org.opennms.netmgt.config.DefaultPollerConfigDao
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class DefaultPollerConfigDao
extends Object
implements org.springframework.beans.factory.InitializingBean

Author:
DJ Gregor

Constructor Summary
DefaultPollerConfigDao()
           
 
Method Summary
 void afterPropertiesSet()
           
 org.springframework.core.io.Resource getConfigResource()
           
 String getLocalServer()
           
 PollerConfig getPollerConfig()
           
 Boolean isVerifyServer()
           
 void setConfigResource(org.springframework.core.io.Resource configResource)
           
 void setLocalServer(String localServer)
           
 void setVerifyServer(Boolean verifyServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPollerConfigDao

public DefaultPollerConfigDao()
Method Detail

afterPropertiesSet

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

getPollerConfig

public PollerConfig getPollerConfig()

getConfigResource

public org.springframework.core.io.Resource getConfigResource()

setConfigResource

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

getLocalServer

public String getLocalServer()

setLocalServer

public void setLocalServer(String localServer)

isVerifyServer

public Boolean isVerifyServer()

setVerifyServer

public void setVerifyServer(Boolean verifyServer)


Copyright © 2009. All Rights Reserved.