net.sf.xbus.application
Class PostProcessor

java.lang.Object
  extended by net.sf.xbus.application.PostProcessor
All Implemented Interfaces:
java.lang.Runnable

public class PostProcessor
extends java.lang.Object
implements java.lang.Runnable

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.

The sender used for the postprocessing must not be transacted, since the 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

start

public static void start(XBUSSystem source,
                         java.lang.Object callData,
                         java.lang.String modus)

run

public void run()
Specified by:
run in interface java.lang.Runnable
See Also:
May only be called from method start.