Package com.sun.faban.common

Common facilities used by both the Faban harness, driver framework, drivers, and other programs in the benchmark (such as data loading/preparation).

See:
          Description

Interface Summary
CommandChecker An interface impolemented by the command agent allowing it to check the command before it gets executed to ensure it executes in the agent's environment.
CommandHandle A handle interface for a command executed on a local or remote system.
Registry The methods in this interface are the public face of Registry The Registry is the single remote object that runs on the master machine and with which all other instances of remote servers reregister.
 

Class Summary
Command Represents a command that can be sent to execute on any machine.
CommandHandleImpl Implementation of the remote command handle.
FabanNamespaceContext A NamespaceContext with Faban namespace conventions precoded.
FabanShell A platform-independent command execution tool that parses the command line and assignes all the parameters correctly.
FileTransfer The FileTransfer class represents a file to be transferred via RMI from one to the other system.
NameValuePair<V> Generic object representing a String name and an Object value.
ParamReader The ParamReader reads the run parameter file (usually run.xml) and provides the caller with a document node.
RegistryImpl This class implements the Registry interface The Registry is the single remote object that runs on the master machine and with which all other instances of remote servers reregister.
RegistryLocator The registry locator is the single access point for clients to locate and access the Faban registry either on the local or remote system.
SortableTableModel The TableModel represents a generic model for the LiveGrid data table AJAX component.
TableModel A table model used for representing table results both in the Faban results and in the web interface.
TextTable The text table assists in formatting tabular data for text output.
Utilities Common utilities, usually accessible via static import.
 

Enum Summary
SortDirection Sets the sort direction for the table model.
 

Package com.sun.faban.common Description

Common facilities used by both the Faban harness, driver framework, drivers, and other programs in the benchmark (such as data loading/preparation).