|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectParkNPark.client.ParkNParkClient
public class ParkNParkClient
ParkNPark client
| Field Summary | |
|---|---|
protected int |
interRequestTime
Time between requests |
protected Logger |
logger
Logger instance |
protected int |
numClients
Number of clients |
protected ORB |
orb
Our object request broker |
protected int |
replySize
Size of reply |
| Constructor Summary | |
|---|---|
ParkNParkClient(ORB orb,
int numClients,
int interRequestTime,
int replySize)
Creates a new ParkNParkClient instance that will use the given ORB to communicate with the server |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Convenience method that executes the ParkNParkClient from the command line |
void |
run()
Runs the ParkNParkClient |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ORB orb
protected int numClients
protected int interRequestTime
protected int replySize
protected Logger logger
| Constructor Detail |
|---|
public ParkNParkClient(ORB orb,
int numClients,
int interRequestTime,
int replySize)
orb - The ORB to communicate with the server on| Method Detail |
|---|
public static void main(String[] args)
args - The command-line arguments to use when starting the clientpublic void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||