(Thread thread)
| 2129 | private int reply=-1; |
| 2130 | private int port=0; |
| 2131 | void setThread(Thread thread){ |
| 2132 | this.thread=thread; |
| 2133 | this.reply=-1; |
| 2134 | } |
| 2135 | Thread getThread(){ return thread; } |
| 2136 | void setReply(int reply){ this.reply=reply; } |
| 2137 | int getReply(){ return this.reply; } |