net.sf.xbus.technical
Class ReceiverSingle

java.lang.Object
  extended by net.sf.xbus.technical.ReceiverSingle

public class ReceiverSingle
extends java.lang.Object

ReceiverSingle is called to receive messages from systems one time. After all receivers has been invoked the program ends.


Constructor Summary
ReceiverSingle()
           
 
Method Summary
 void start(java.util.Vector args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiverSingle

public ReceiverSingle()
Method Detail

start

public void start(java.util.Vector args)
Parameters:
args - list of systems from which messages shall be received.