Public Member Functions | |
NTCPHack (String[] args) | |
Constructor, parses command line. | |
Static Public Member Functions | |
void | main (String[] args) |
Main invokation method. | |
Package Attributes | |
String | serverURL = "http://neespop.mcs.anl.gov:8090/" |
String | instanceName = "NTCPServer" |
boolean | beSecure = false |
NtcpServer | Server = null |
String | transName = "RedFish" |
ControlPointGeomParameterType | move = new ControlPointGeomParameterType() |
Random | ran = new Random() |
BigInteger | transNum = new BigInteger(16,ran) |
ControlPointType | ctrlPoint = new ControlPointType() |
ControlPointType | cpq = new ControlPointType() |
TransactionStateType | tstate |
int | timeout = 120 |
int | memory = 300 |
TransactionType | trans = new TransactionType() |
ControlPointType[] | cpArray |
Vector | osParams |
Sink | sink = null |
int | inputChannelIndex = -1 |
Source | source = null |
int | outputChannelIndex = -1 |
Definition at line 40 of file NTCPHack.java.
|
Constructor, parses command line.
Definition at line 104 of file NTCPHack.java. Referenced by org.nees.ntcp.client.NTCPHack.main(). |
|
Main invokation method.
Definition at line 171 of file NTCPHack.java. References org.nees.ntcp.client.NTCPHack.NTCPHack(). |