net.sf.jour.rt.agent
Interface BulkEventLogger

All Known Implementing Classes:
AsyncEventWriter, BulkEventFileWriter, BulkEventJMSWriter, BulkEventLog4jWriter

public interface BulkEventLogger

TODO Add docs Created on 02.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.3 $ ($Author: vlads $) $Date: 2004/12/03 09:14:02 $
Author:
vlads

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)
           
 

Method Detail

recive

public void recive(java.lang.Thread key,
                   Queue eventQueue)

close

public void close(java.lang.Thread key)
Close the Queue for this thread.


close

public void close()
Close All and be ready to exit.


isClose

public boolean isClose()


Copyright © 2004 sourceforge. All Rights Reserved.