org.apache.camel.component.irc
Class IrcConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer<IrcExchange>
          extended by org.apache.camel.component.irc.IrcConsumer
All Implemented Interfaces:
Consumer<IrcExchange>, Service

public class IrcConsumer
extends DefaultConsumer<IrcExchange>


Constructor Summary
IrcConsumer(IrcEndpoint endpoint, Processor processor, org.schwering.irc.lib.IRCConnection connection)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 org.schwering.irc.lib.IRCConnection getConnection()
           
 
Methods inherited from class org.apache.camel.impl.DefaultConsumer
getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, 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

IrcConsumer

public IrcConsumer(IrcEndpoint endpoint,
                   Processor processor,
                   org.schwering.irc.lib.IRCConnection connection)
Method Detail

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultConsumer<IrcExchange>
Throws:
Exception

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class DefaultConsumer<IrcExchange>
Throws:
Exception

getConnection

public org.schwering.irc.lib.IRCConnection getConnection()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.