com.perfdynamics.pdq
Class Job

java.lang.Object
  extended by com.perfdynamics.pdq.Job

public class Job
extends java.lang.Object

Author:
plh

Field Summary
 Batch batch
           
static int BATCH
           
static int MAXSTREAMS
           
 int network
           
 int should_be_class
           
 Terminal term
           
static int TERM
           
 Transaction trans
           
static int TRANS
           
 
Constructor Summary
Job()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXSTREAMS

public static final int MAXSTREAMS
See Also:
Constant Field Values

TERM

public static final int TERM
See Also:
Constant Field Values

TRANS

public static final int TRANS
See Also:
Constant Field Values

BATCH

public static final int BATCH
See Also:
Constant Field Values

should_be_class

public int should_be_class

network

public int network

term

public Terminal term

batch

public Batch batch

trans

public Transaction trans
Constructor Detail

Job

public Job()