|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.zcu.fav.kiv.cs.CancelInfo
CancelInfo is only to remember what processes should cancel.
| Field Summary | |
(package private) java.lang.String |
message
Only events with this message will be canceled. |
(package private) int |
who
ID of the process that should be canceled. |
| Constructor Summary | |
CancelInfo(int who,
java.lang.String message)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int who
java.lang.String message
| Constructor Detail |
public CancelInfo(int who,
java.lang.String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||