org.apache.commons.transaction.util |
|
Java Source File Name | Type | Comment |
CommonsLoggingLogger.java | Class | |
FileHelper.java | Class | Helper methods for file manipulation. |
Log4jLogger.java | Class | Default logger implementation. |
LoggerFacade.java | Interface | Facade for all kinds of logging engines. |
PrintWriterLogger.java | Class | Logger implementation that logs into a pring writer like the one
passed in JCA. |
RendezvousBarrier.java | Class | Simple barrier that blocks until all parties have either called or have arrived at the meeting point. |
TurnBarrier.java | Class | Simple turn based barrier to make a sequence of calls from different threads deterministic.
This is very useful for testing where you want to have a continuous flow throughout
different threads. |