|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xbus.application.PostProcessor
public class PostProcessor
PostProcessor is used to call one sender after receiving and
processing a message. It is called after the transaction has been committed.
An example is to call a program to process an incoming file.
PostProcessor doesn't use the TAManager!
| Method Summary | |
|---|---|
void |
run()
|
static void |
start(XBUSSystem source,
java.lang.Object callData,
java.lang.String modus)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void start(XBUSSystem source,
java.lang.Object callData,
java.lang.String modus)
public void run()
run in interface java.lang.RunnableMay only be called from method start.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||