tapestry.repairmonitor
Class PatchworkBuilder

java.lang.Object
  |
  +--tapestry.repairmonitor.PatchworkBuilder
All Implemented Interfaces:
soss.core.BuilderIF

public class PatchworkBuilder
extends Object
implements soss.core.BuilderIF

A configuration builder for Patchwork clients Modelled after ostore.bloom.DualBuilder.

Version:
$Id: PatchworkBuilder.java,v 1.1.1.1 2004/03/26 19:57:08 hweather Exp $
Author:
Jeremy Stribling

Constructor Summary
PatchworkBuilder(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

PatchworkBuilder

public PatchworkBuilder(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