org.sourceforge.jemm.comm.shared
Class ServerReadyMessage

java.lang.Object
  extended by org.sourceforge.jemm.comm.shared.Message
      extended by org.sourceforge.jemm.comm.shared.ServerReadyMessage
All Implemented Interfaces:
java.io.Serializable

public class ServerReadyMessage
extends Message

Initialisation message used by RPCHandler listing the interfaces available for call by the sender.

Author:
Rory Graves
See Also:
Serialized Form

Constructor Summary
ServerReadyMessage()
          Creates an AvailableIFsMessage with the given interface list.
 
Method Summary
 
Methods inherited from class org.sourceforge.jemm.comm.shared.Message
getThreadId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerReadyMessage

public ServerReadyMessage()
Creates an AvailableIFsMessage with the given interface list.

Parameters:
offeredIFs - The interfaces offered by the creator.


Copyright © 2009. All Rights Reserved.