org.apache.activemq.camel.component
Class JournalEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.activemq.camel.component.JournalEndpoint
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton
public class JournalEndpoint
- extends org.apache.camel.impl.DefaultEndpoint
| 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 |
JournalEndpoint
public JournalEndpoint(java.lang.String uri,
JournalComponent journalComponent,
java.io.File directory)
JournalEndpoint
public JournalEndpoint(java.lang.String endpointUri,
java.io.File directory)
isSingleton
public boolean isSingleton()
getDirectory
public java.io.File getDirectory()
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws java.lang.Exception
- Throws:
java.lang.Exception
decrementReference
protected void decrementReference()
throws java.io.IOException
- Throws:
java.io.IOException
incrementReference
protected void incrementReference()
throws java.io.IOException
- Throws:
java.io.IOException
deactivateConsumer
protected void deactivateConsumer(org.apache.camel.impl.DefaultConsumer consumer)
throws java.io.IOException
- Throws:
java.io.IOException
activateConsumer
protected void activateConsumer(org.apache.camel.impl.DefaultConsumer consumer)
throws java.io.IOException
- Throws:
java.io.IOException
dispatchToConsumer
protected void dispatchToConsumer()
createProducer
public org.apache.camel.Producer createProducer()
throws java.lang.Exception
- Throws:
java.lang.Exception
isSyncConsume
public boolean isSyncConsume()
setSyncConsume
public void setSyncConsume(boolean syncConsume)
isSyncProduce
public boolean isSyncProduce()
setSyncProduce
public void setSyncProduce(boolean syncProduce)
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.