cz.zcu.fav.kiv.cs
Class CancelInfo

java.lang.Object
  extended bycz.zcu.fav.kiv.cs.CancelInfo

final class CancelInfo
extends java.lang.Object

CancelInfo is only to remember what processes should cancel.

Version:
2.0
Author:
Antonin Kunes

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

who

int who
ID of the process that should be canceled.


message

java.lang.String message
Only events with this message will be canceled.

Constructor Detail

CancelInfo

public CancelInfo(int who,
                  java.lang.String message)