|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.application.PreProcessor
public class PreProcessor
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 |
---|
public static final java.lang.String RECEIVER_SERVICE
Constructor Detail |
---|
public PreProcessor()
Method Detail |
---|
public static void process(java.lang.String system) throws XException
Configuration
and calls the preprocessor system
if it is configured.
system
- name of the system when called by a
ReceiverSingle
or RECEIVER_SERVICE
when called by the ReceiverService
XException
- if something goes wrong
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |