|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataBlockUtilLog | |
|---|---|
| org.tranche.flatfile.logs | Logging utilites for FlatFileTrancheServer to record actions, times and status. |
| Uses of DataBlockUtilLog in org.tranche.flatfile.logs |
|---|
| Classes in org.tranche.flatfile.logs that implement DataBlockUtilLog | |
|---|---|
class |
DataBlockUtilLogger
Add logs to logger, which is invoked. |
class |
DiskBackedTransactionLog
Logs every transaction. |
class |
InMemoryAggregateLog
|
| Methods in org.tranche.flatfile.logs that return types with arguments of type DataBlockUtilLog | |
|---|---|
java.util.List<DataBlockUtilLog> |
DataBlockUtilLogger.getLogs()
Returns an unmodifiable list of logs attached to logger. |
| Methods in org.tranche.flatfile.logs with parameters of type DataBlockUtilLog | |
|---|---|
void |
DataBlockUtilLogger.addLog(DataBlockUtilLog log)
Add a log that conforms to DataBlockUtilLog interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||