net.sf.jour.rt.agent
Class BulkEventLog4jWriter
java.lang.Object
net.sf.jour.rt.agent.BulkEventLog4jWriter
- All Implemented Interfaces:
- BulkEventLogger
- public class BulkEventLog4jWriter
- extends java.lang.Object
- implements BulkEventLogger
TODO Add docs
Created on 06.12.2004
Contributing Author(s):
Misha Lifschitz (Inital implementation)
Vlad Skarzhevskyy (Inital implementation)
- Version:
- $Revision: 1.2 $ ($Author: vlads $) $Date: 2004/12/15 08:00:36 $
- Author:
- vlads
Field Summary |
protected static org.apache.log4j.Logger |
log
|
Method Summary |
void |
close()
Close All and be ready to exit. |
void |
close(java.lang.Thread key)
Close the Queue for this thread. |
boolean |
isClose()
|
void |
recive(java.lang.Thread key,
Queue eventQueue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log4j.Logger log
BulkEventLog4jWriter
public BulkEventLog4jWriter()
recive
public void recive(java.lang.Thread key,
Queue eventQueue)
- Specified by:
recive
in interface BulkEventLogger
close
public void close()
- Description copied from interface:
BulkEventLogger
- Close All and be ready to exit.
- Specified by:
close
in interface BulkEventLogger
close
public void close(java.lang.Thread key)
- Description copied from interface:
BulkEventLogger
- Close the Queue for this thread.
- Specified by:
close
in interface BulkEventLogger
isClose
public boolean isClose()
- Specified by:
isClose
in interface BulkEventLogger
Copyright © 2004 sourceforge. All Rights Reserved.