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. |
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
- store the number (to know which objects have already been locked
- react on gaps in its logging history (numbers are missing)
- Parameters:
src
- Description of the Parameternr
- Description of the Parametero
- Description of the Parameter