|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemm.comm.shared.Message
org.sourceforge.jemm.comm.shared.AvailableIFsMessage
public class AvailableIFsMessage
Initialisation message used by RPCHandler listing the interfaces available for call by the sender.
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 |
---|
public AvailableIFsMessage(java.lang.Class<?>[] offeredIFs)
offeredIFs
- 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 |