|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--daj.Message | +--MutualExclusion.Msg
Field Summary | |
static int |
OK
message type: ok (a process confirms another process's request |
LogicalTime |
time
the logical time of the sending process when the message was sent |
static int |
TRY
message type: try (a process tries to get the shared ressource) |
int |
type
the message type |
Constructor Summary | |
Msg(int type,
LogicalTime time)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getText()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int TRY
public static final int OK
public int type
public LogicalTime time
Constructor Detail |
public Msg(int type, LogicalTime time)
Method Detail |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getText()
getText
in class daj.Message
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |