org.apache.camel.component.nagios
Class NagiosEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.nagios.NagiosEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton
public class NagiosEndpoint
- extends DefaultEndpoint
- Version:
- $Revision: 17494 $
| 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 |
NagiosEndpoint
public NagiosEndpoint()
NagiosEndpoint
public NagiosEndpoint(String endpointUri,
Component component)
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.