Interface Responder

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ResponderImp

public interface Responder
extends java.rmi.Remote

Author:
Ariel Cohen

Method Summary
 void initiateConversationWithResponder(java.lang.String initiatorName, java.lang.String initiatorHost, java.lang.String message)
          Initiates a conversation with the Responder
 

Method Detail

initiateConversationWithResponder

void initiateConversationWithResponder(java.lang.String initiatorName,
                                       java.lang.String initiatorHost,
                                       java.lang.String message)
                                       throws java.rmi.RemoteException
Initiates a conversation with the Responder

Parameters:
initiatorName - The Initiator's name
initiatorHost - The Initiator's host
message - The first message
Throws:
java.rmi.RemoteException - There is no RMI connection