|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ translog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.translog
Interface TransLoggerI

- All Known Implementing Classes:
- ConsoleTransLogger, DbTransLogger
- public interface TransLoggerI
TransLoggerI is the interface to be implemented by all transaction loggers.
- Version:
- 3.0
| Method Summary | |
boolean |
log(com.flexstor.common.data.translog.TransLogData transData)
Implementations of TransLoggerI must provide this method to log a transaction. |
| Method Detail |
log
public boolean log(com.flexstor.common.data.translog.TransLogData transData)
- Implementations of TransLoggerI must provide this method to log a transaction.
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ translog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC