ch.syabru.nagios.broker.impl
Class ConfigurationImpl

java.lang.Object
  extended by ch.syabru.nagios.broker.impl.ConfigurationImpl
All Implemented Interfaces:
Configuration

public class ConfigurationImpl
extends Object
implements Configuration

Configuration implementation.

Author:
fr

Constructor Summary
ConfigurationImpl()
           
 
Method Summary
 void readConfiguration()
          Read configuration.
 void setConfigFile(org.springframework.core.io.Resource configFile)
           
 void setMatchers(List<Matcher> matchers)
           
 void setMessageHandler(MessageHandler messageHandler)
           
 void setMessageListenerManager(MessageListenerManager messageListenerManager)
           
 void setMessageListeners(List<MessageListener> messageListeners)
           
 void setUnmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationImpl

public ConfigurationImpl()
Method Detail

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.