net.grinder.communication
Interface QueuedSender

All Superinterfaces:
Sender
All Known Implementing Classes:
QueuedSenderDecorator

public interface QueuedSender
extends Sender

Sender that queues its messages.

Author:
Philip Aston

Method Summary
 void flush()
          Send any pending messages queued with Sender.send(net.grinder.communication.Message).
 
Methods inherited from interface net.grinder.communication.Sender
send, shutdown
 

Method Detail

flush

void flush()
           throws CommunicationException
Send any pending messages queued with Sender.send(net.grinder.communication.Message).

Throws:
CommunicationException - If an error occurs.


Copyright © 2000-2013. All Rights Reserved.