org.edg.data.reptor.test
Class MultiThreadCreg

java.lang.Object
  |
  +--org.edg.data.util.CommandBase
        |
        +--org.edg.data.reptor.test.MultiThreadCreg
All Implemented Interfaces:
org.edg.data.util.Command

public class MultiThreadCreg
extends org.edg.data.util.CommandBase

Multithreaded create and register. Contact the sysadmin on the SE and LRC site before running this tool with more than one thread.

Version:
$Id: MultiThreadCreg.java,v 1.7 2003/09/15 15:19:24 pkunszt Exp $
Author:
Gavin McCance

Nested Class Summary
protected  class MultiThreadCreg.DoTheCregThing
          nasty.
 
Constructor Summary
MultiThreadCreg(java.lang.String programName, java.lang.String commandName, java.lang.String[] commandOpts)
           
 
Method Summary
 boolean execute()
           
protected  void init()
           
 
Methods inherited from class org.edg.data.util.CommandBase
addArgument, addOption, description, getArgument, getBoolOption, getCommandLine, getCommandName, getConfigFile, getOptions, getProgramName, getStringOption, getTimingFile, getVO, isSecure, isTiming, isVerbose, printHelp, setOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiThreadCreg

public MultiThreadCreg(java.lang.String programName,
                       java.lang.String commandName,
                       java.lang.String[] commandOpts)
                throws org.edg.data.util.CommandLineException,
                       ReptorException
Method Detail

init

protected void init()
Specified by:
init in class org.edg.data.util.CommandBase

execute

public boolean execute()
                throws org.edg.data.util.DataException
Specified by:
execute in interface org.edg.data.util.Command
Specified by:
execute in class org.edg.data.util.CommandBase
org.edg.data.util.DataException