|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ircappender.impl.LogToIrcForwarder
public class LogToIrcForwarder
forwards log events from the queue to the IRC connection
Constructor Summary | |
---|---|
LogToIrcForwarder(IrcConnection ircConnection,
Fifo eventQueue,
long messageDelay,
java.lang.String channel)
creates a new LogToIrcForwarder |
Method Summary | |
---|---|
void |
run()
a thread forwarding messages from the log event queue to IRC |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogToIrcForwarder(IrcConnection ircConnection, Fifo eventQueue, long messageDelay, java.lang.String channel)
ircConnection
- the irc connection to send messages toeventQueue
- the event queue with log events to processmessageDelay
- the delay between messages to prevent excess flood killschannel
- the channel to post toMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |