org.apache.camel.component.ibatis
Class IBatisPollingConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.PollingConsumerSupport
          extended by org.apache.camel.component.ibatis.IBatisPollingConsumer
All Implemented Interfaces:
Consumer, PollingConsumer, Service

public class IBatisPollingConsumer
extends PollingConsumerSupport

Version:
$Revision: 460 $

Constructor Summary
IBatisPollingConsumer(IBatisEndpoint endpoint)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 Exchange receive()
           
 Exchange receive(long timeout)
           
 Exchange receiveNoWait()
           
 
Methods inherited from class org.apache.camel.impl.PollingConsumerSupport
getEndpoint, getExceptionHandler, handleException, setExceptionHandler, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

IBatisPollingConsumer

public IBatisPollingConsumer(IBatisEndpoint endpoint)
Method Detail

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