org.sapia.ubik.rmi.server.command
Interface ResponseSender
- All Known Implementing Classes:
- LocalResponseSender
public interface ResponseSender
Specifies the behavior of a sender of Response instances.
- Author:
- Yanick Duchesne
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
- See Also:
CommandProcessor.setResponseSender(ResponseSender)
|
Method Summary |
void |
sendResponses(Destination destination,
java.util.List responses)
Sends the given list of responses to the host corresponding to the
given destination. |
sendResponses
void sendResponses(Destination destination,
java.util.List responses)
- Sends the given list of responses to the host corresponding to the
given destination.
- Parameters:
dest - a Destination.responses - a List of Response objects.
Copyright © 2010 Sapia OSS. All Rights Reserved.