RmtThreadGrouppublic class RmtThreadGroup extends Object Source code from "Java Distributed Computing", by Jim Farley.
Class: RmtThreadGroup
Example: 4-5
Description: A utility class used internally by DistThreadGroup to track
remote thread groups. |
Fields Summary |
---|
protected String | host | protected int | port |
Constructors Summary |
---|
public RmtThreadGroup()
| public RmtThreadGroup(String h, int p)
host = h;
port = p;
|
|