|
RbUtils 0.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileProcessor
Base interface of the File process system.
| Method Summary | |
|---|---|
void |
fireError(Message message,
String detailledMessage)
Notify all loggers about the errors in a file. |
void |
fireInformation(Message message,
String detailledMessage)
Notify all loggers about an Informaton. |
void |
fireProcessFileEnded()
Notify all loggers about the end of a file processing. |
void |
fireProcessFileStarted()
Notify all loggers about the beginning of a file processing. |
| Methods inherited from interface org.ktc.rbutils.api.audit.Processor |
|---|
addLogger, addLoggers, fireException |
| Method Detail |
|---|
void fireInformation(Message message,
String detailledMessage)
message - the Message relying on this Information.detailledMessage - an additionnal message.void fireProcessFileStarted()
void fireProcessFileEnded()
void fireError(Message message,
String detailledMessage)
message - the Message relying on this Error.detailledMessage - an additionnal message.
|
Back to the RbUtils Home Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||