org.apache.camel.component.ibatis
Class IBatisPollingConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.PollingConsumerSupport
org.apache.camel.component.ibatis.IBatisPollingConsumer
- All Implemented Interfaces:
- Consumer, PollingConsumer, Service
public class IBatisPollingConsumer
- extends PollingConsumerSupport
- Version:
- $Revision: 460 $
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
IBatisPollingConsumer
public IBatisPollingConsumer(IBatisEndpoint endpoint)
receive
public Exchange receive(long timeout)
receive
public Exchange receive()
receiveNoWait
public Exchange receiveNoWait()
doStart
protected void doStart()
throws Exception
- Specified by:
doStart in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop in class ServiceSupport
- Throws:
Exception
Apache CAMEL