
Public Member Functions | |
| ERTestClientThread (String name, ERWorkerChannel channel, int repeat) | |
| void | run () |
Static Public Attributes | |
| static Logger | log = Logger.getLogger(ERTestClientThread.class) |
Private Attributes | |
| final ERWorkerChannel | _channel |
| final int | _repeat |
Static Private Attributes | |
| static final Random | random = new Random() |
| ERTestClientThread | ( | String | name, | |
| ERWorkerChannel | channel, | |||
| int | repeat | |||
| ) |
| void run | ( | ) |
final ERWorkerChannel _channel [private] |
final int _repeat [private] |
Logger log = Logger.getLogger(ERTestClientThread.class) [static] |
final Random random = new Random() [static, private] |
1.5.8