RbUtils 0.13

org.ktc.rbutils.api.audit
Interface FileProcessor

All Superinterfaces:
Processor
All Known Implementing Classes:
AbstractFileProcessor, FileChecker, FileGenerator

public interface FileProcessor
extends Processor

Base interface of the File process system.

Since:
RbUtils 0.9.3
Version:
$Revision: 1.3 $
Author:
moishi

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

fireInformation

void fireInformation(Message message,
                     String detailledMessage)
Notify all loggers about an Informaton.

Parameters:
message - the Message relying on this Information.
detailledMessage - an additionnal message.

fireProcessFileStarted

void fireProcessFileStarted()
Notify all loggers about the beginning of a file processing.


fireProcessFileEnded

void fireProcessFileEnded()
Notify all loggers about the end of a file processing.


fireError

void fireError(Message message,
               String detailledMessage)
Notify all loggers about the errors in a file.

Parameters:
message - the Message relying on this Error.
detailledMessage - an additionnal message.

Back to the RbUtils Home Page

Copyright © 2005-2009 RbUtils Project. All Rights Reserved.