org.sapia.ubik.rmi.server.command
Class LocalResponseSender

java.lang.Object
  extended by org.sapia.ubik.rmi.server.command.LocalResponseSender
All Implemented Interfaces:
ResponseSender

public class LocalResponseSender
extends java.lang.Object
implements ResponseSender

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

Constructor Summary
LocalResponseSender()
          Constructor for LocalResponseSender.
 
Method Summary
 void sendResponses(Destination dest, java.util.List responses)
          Sends the given list of responses to the host corresponding to the given destination.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalResponseSender

public LocalResponseSender()
Constructor for LocalResponseSender.

Method Detail

sendResponses

public void sendResponses(Destination dest,
                          java.util.List responses)
Description copied from interface: ResponseSender
Sends the given list of responses to the host corresponding to the given destination.

Specified by:
sendResponses in interface ResponseSender
responses - a List of Response objects.
See Also:
ResponseSender.sendResponses(Destination, java.util.List)


Copyright © 2010 Sapia OSS. All Rights Reserved.