net.sf.xbus.technical
Interface ReceiverSingleInterface
- All Known Implementing Classes: 
 - AS400ByteArrayListReceiver, AS400FileReceiver, AS400LineReaderReceiver, FileByteArrayListReceiver, FileLineReaderReceiver, FileReceiver, FileStreamReceiver, FTPReceiver, POP3Receiver, POP3XMLReceiver
 
public interface ReceiverSingleInterface
A class implementing the ReceiverSingleInterface is executing
 the receive method one time per System to
 receive one or more message. The receive method is invoked
 from SingleReceiver.
| 
Method Summary | 
 void | 
receive(java.lang.String system)
 
          The implementation of the receive method shall receive one
 or more messages from the given system. | 
 
receive
void receive(java.lang.String system)
- The implementation of the 
receive method shall receive one
 or more messages from the given system.
- Parameters:
 system - The name of the system from which messages shall be
            received.