org.sourceforge.jemm.comm.shared
Class AvailableIFsMessage

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

public class AvailableIFsMessage
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
AvailableIFsMessage(java.lang.Class<?>[] offeredIFs)
          Creates an AvailableIFsMessage with the given interface list.
 
Method Summary
 java.lang.Class<?>[] getOfferedIFs()
           
 
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

AvailableIFsMessage

public AvailableIFsMessage(java.lang.Class<?>[] offeredIFs)
Creates an AvailableIFsMessage with the given interface list.

Parameters:
offeredIFs - The interfaces offered by the creator.
Method Detail

getOfferedIFs

public java.lang.Class<?>[] getOfferedIFs()


Copyright © 2009. All Rights Reserved.