net.sf.xbus.application
Class PreProcessor

java.lang.Object
  extended by net.sf.xbus.application.PreProcessor

public class PreProcessor
extends java.lang.Object

The PreProcessor is started before a system will be processed by a SingleReceiver resp. at the beginning of the ReceiverService, depending on the Configuration.


Field Summary
static java.lang.String RECEIVER_SERVICE
           
 
Constructor Summary
PreProcessor()
           
 
Method Summary
static void process(java.lang.String system)
          Reads the Configuration and calls the preprocessor system if it is configured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECEIVER_SERVICE

public static final java.lang.String RECEIVER_SERVICE
See Also:
Constant Field Values
Constructor Detail

PreProcessor

public PreProcessor()
Method Detail

process

public static void process(java.lang.String system)
                    throws XException
Reads the Configuration and calls the preprocessor system if it is configured.

Parameters:
system - name of the system when called by a ReceiverSingle or RECEIVER_SERVICE when called by the ReceiverService
Throws:
XException - if something goes wrong