org.sourceforge.jemmrpc.shared
Class AvailableIFsMessage

java.lang.Object
  extended by org.sourceforge.jemmrpc.shared.Message
      extended by org.sourceforge.jemmrpc.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

Field Summary
protected  java.lang.Class<?>[] offeredIFs
          The interfaces offered by the sender.
 
Constructor Summary
AvailableIFsMessage(java.lang.Class<?>[] fOfferedIFs)
          Creates an AvailableIFsMessage with the given interface list.
 
Method Summary
 java.lang.Class<?>[] getOfferedIFs()
          Returns the offered interfaces declared by this message.
 
Methods inherited from class org.sourceforge.jemmrpc.shared.Message
getThreadId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offeredIFs

protected final java.lang.Class<?>[] offeredIFs
The interfaces offered by the sender.

Constructor Detail

AvailableIFsMessage

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

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

getOfferedIFs

public java.lang.Class<?>[] getOfferedIFs()
Returns the offered interfaces declared by this message.

Returns:
The offered interfaces.


Copyright © 2008. All Rights Reserved.