org.apache.camel.component.nagios
Class NagiosEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.component.nagios.NagiosEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton

public class NagiosEndpoint
extends DefaultEndpoint

Version:
$Revision: 17494 $

Constructor Summary
NagiosEndpoint()
           
NagiosEndpoint(String endpointUri, Component component)
           
 
Method Summary
 Consumer createConsumer(Processor processor)
           
 Producer createProducer()
           
 NagiosConfiguration getConfiguration()
           
 com.googlecode.jsendnsca.core.INagiosPassiveCheckSender getSender()
           
 boolean isSendSync()
           
 boolean isSingleton()
           
 void setConfiguration(NagiosConfiguration configuration)
           
 void setSender(com.googlecode.jsendnsca.core.INagiosPassiveCheckSender sender)
           
 void setSendSync(boolean sendSync)
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NagiosEndpoint

public NagiosEndpoint()

NagiosEndpoint

public NagiosEndpoint(String endpointUri,
                      Component component)
Method Detail

createProducer

public Producer createProducer()
                        throws Exception
Throws:
Exception

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Throws:
Exception

isSingleton

public boolean isSingleton()

getConfiguration

public NagiosConfiguration getConfiguration()

setConfiguration

public void setConfiguration(NagiosConfiguration configuration)

isSendSync

public boolean isSendSync()

setSendSync

public void setSendSync(boolean sendSync)

getSender

public com.googlecode.jsendnsca.core.INagiosPassiveCheckSender getSender()

setSender

public void setSender(com.googlecode.jsendnsca.core.INagiosPassiveCheckSender sender)


Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.