|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.distributed.Args
public class Args
Simple argument class for the Builders. Not all arguments make sense in all contexts.
Field Summary | |
---|---|
static int |
builderPort
Port number for the builder to contact the MuxingProcess. |
static int |
DEFAULTBUILDERPORT
|
static int |
DEFAULTPORT
|
static java.lang.String |
DEFAULTPROCFILEPATH
|
static int |
heartbeatTimeout
|
static java.lang.String |
logFile
|
static java.lang.String |
myProcName
The name, found in the processor file, that refers to this process |
static java.lang.String |
myServerMachineName
The name, found in the processor file, that refers to this process |
int |
portNumber
Port to listen on. |
static java.lang.String |
procFile
Path to the processor file. |
long |
timeout
Timeout that a server should wait for the client to connect. |
static java.lang.String |
type
Name of the type of run to be done, may not be used. |
Constructor Summary | |
---|---|
Args()
|
|
Args(java.lang.String[] s)
Create an Args with the String array argument; parseArgs does not need to be called |
Method Summary | |
---|---|
void |
parseArgs(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULTPROCFILEPATH
public static final int DEFAULTPORT
public static final int DEFAULTBUILDERPORT
public int portNumber
public static int builderPort
public static java.lang.String type
public static java.lang.String procFile
public static java.lang.String myProcName
public static java.lang.String myServerMachineName
public long timeout
public static java.lang.String logFile
public static int heartbeatTimeout
Constructor Detail |
---|
public Args()
public Args(java.lang.String[] s)
Method Detail |
---|
public void parseArgs(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |