aleph.desktop
Class Options

java.lang.Object
  |
  +--aleph.desktop.Options

public class Options
extends java.lang.Object
implements java.io.Serializable

Keeps track of user-controlled options.

See Also:
Serialized Form

Field Summary
 boolean compiler
          use compiler?
 java.util.Set hosts
          Set of all known hosts
 java.util.Set liveHosts
          Hosts where server is running.
 boolean logging
          log console I/O to a file?
 int numPEs
          number of PEs desired (or 0 if one per host)
 java.util.Set selectedHosts
          Subset of liveHosts selected by user.
 
Constructor Summary
Options()
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numPEs

public int numPEs
number of PEs desired (or 0 if one per host)

hosts

public java.util.Set hosts
Set of all known hosts

liveHosts

public java.util.Set liveHosts
Hosts where server is running.

selectedHosts

public java.util.Set selectedHosts
Subset of liveHosts selected by user.

logging

public boolean logging
log console I/O to a file?

compiler

public boolean compiler
use compiler?
Constructor Detail

Options

public Options()
Constructor
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object