ostore.apps.traces
Class TraceBuilder

java.lang.Object
  |
  +--ostore.apps.traces.TraceBuilder
All Implemented Interfaces:
soss.core.BuilderIF

public class TraceBuilder
extends Object
implements soss.core.BuilderIF

A configuration builder for SurgeClient nodes. Modelled after ostore.bloom.DualBuilder.

Version:
$Id: TraceBuilder.java,v 1.3 2004/05/13 19:43:07 hweather Exp $
Author:
Hakim Weatherspoon

Constructor Summary
TraceBuilder(String[] args)
          Set global parameters.
 
Method Summary
 SandstormConfig build_node(String[] args)
          Create a configuration object for a single virtual machine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceBuilder

public TraceBuilder(String[] args)
Set global parameters.

Method Detail

build_node

public SandstormConfig build_node(String[] args)
                           throws StageNameAlreadyBoundException,
                                  IOException
Create a configuration object for a single virtual machine.

Specified by:
build_node in interface soss.core.BuilderIF
StageNameAlreadyBoundException
IOException