| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemmrpc.shared.Message
org.sourceforge.jemmrpc.shared.AvailableIFsMessage
public class AvailableIFsMessage
Initialisation message used by RPCHandler listing the interfaces available for call by the sender.
| Field Summary | |
|---|---|
| protected  java.lang.Class<?>[] | offeredIFsThe 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 | 
|---|
protected final java.lang.Class<?>[] offeredIFs
| Constructor Detail | 
|---|
public AvailableIFsMessage(java.lang.Class<?>[] fOfferedIFs)
fOfferedIFs - The interfaces offered by the creator.| Method Detail | 
|---|
public java.lang.Class<?>[] getOfferedIFs()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||