ch.syabru.nagios.broker.impl
Class ConfigurationImpl
java.lang.Object
ch.syabru.nagios.broker.impl.ConfigurationImpl
- All Implemented Interfaces:
- Configuration
public class ConfigurationImpl
- extends Object
- implements Configuration
Configuration implementation.
- Author:
- fr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationImpl
public ConfigurationImpl()
readConfiguration
@PostConstruct
public void readConfiguration()
throws ConfigurationException
- Read configuration.
- Throws:
ConfigurationException
- XX
setUnmarshaller
public void setUnmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
setConfigFile
public void setConfigFile(org.springframework.core.io.Resource configFile)
setMessageListeners
public void setMessageListeners(List<MessageListener> messageListeners)
setMatchers
public void setMatchers(List<Matcher> matchers)
setMessageHandler
public void setMessageHandler(MessageHandler messageHandler)
setMessageListenerManager
public void setMessageListenerManager(MessageListenerManager messageListenerManager)
Copyright © 2010-2011 Syabru. All Rights Reserved.