|
JanosVM v1.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.utah.janosvm.sys.ListNode | +--edu.utah.janosvm.kit.comm.amiga.Message
Base class for simple messages that can be sent between threads.
Fields inherited from class edu.utah.janosvm.sys.ListNode |
pred, succ |
Constructor Summary | |
Message()
|
Method Summary | |
java.lang.Object |
clone()
Clone a ListNode. |
MsgPort |
getReplyPort()
|
boolean |
isReply()
|
void |
reply()
Send this message back as a reply. |
void |
setReplyPort(MsgPort mp)
Set the reply port for this message. |
Methods inherited from class edu.utah.janosvm.sys.ListNode |
append, inList, prepend, remove, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Message()
Method Detail |
public void setReplyPort(MsgPort mp)
mp
- The port to expect replies on.public MsgPort getReplyPort()
public boolean isReply()
public void reply()
public java.lang.Object clone()
ListNode
clone
in class ListNode
|
JanosVM v1.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |