QJCC homepage

biz.chitec.quarterback.util
Interface TransactionLoggingReceiver

All Superinterfaces:
LoggingReceiver
All Known Implementing Classes:
ServerThreadBase

public interface TransactionLoggingReceiver
extends LoggingReceiver

Logging receiver with transaction extension. Implementors of this interface do not only know about loggable objects, they can also cope with a counter of the logged objects.

Version:
$Id: 338ef5d3b1c543bbe806169997429a642317109a $
Author:
chitec/Dirk Hillbrecht 1997-2000 Distributed under the terms of the GNU LGPL.

Method Summary
 void handleLogObject(Logger src, int nr, java.lang.Object o)
          loggable object receiving method.
 
Methods inherited from interface biz.chitec.quarterback.util.LoggingReceiver
handleLogObject
 

Method Detail

handleLogObject

public void handleLogObject(Logger src,
                            int nr,
                            java.lang.Object o)
loggable object receiving method. The handler method of this interface has an additional parameter passing the count of the logged object. The receiver can now

Parameters:
src - Description of the Parameter
nr - Description of the Parameter
o - Description of the Parameter

QJCC homepage