public class IrcConsumer
extends org.apache.camel.support.DefaultConsumer
| Constructor and Description |
|---|
IrcConsumer(IrcEndpoint endpoint,
org.apache.camel.Processor processor,
org.schwering.irc.lib.IRCConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
org.schwering.irc.lib.IRCConnection |
getConnection() |
org.schwering.irc.lib.IRCEventAdapter |
getListener() |
void |
setListener(org.schwering.irc.lib.IRCEventAdapter listener) |
createUoW, doInit, doneUoW, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, setExceptionHandler, setRoute, setRouteId, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic IrcConsumer(IrcEndpoint endpoint, org.apache.camel.Processor processor, org.schwering.irc.lib.IRCConnection connection)
protected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultConsumerExceptionpublic org.schwering.irc.lib.IRCConnection getConnection()
public org.schwering.irc.lib.IRCEventAdapter getListener()
public void setListener(org.schwering.irc.lib.IRCEventAdapter listener)
Apache Camel