gov.bnl.star.offline.scheduler
Class SchedulerCommandLine

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.SchedulerCommandLine

public class SchedulerCommandLine
extends java.lang.Object

Used for parsing options passes to the scheduler via the command line.

Version:
$Revision: 1.66 $ $Date: 2006/11/21 00:41:32 $
Author:
Gabriele Carcassi & Pavel Jakl

Field Summary
protected  java.lang.String dispatcher
           
protected  java.lang.String init
           
protected  java.lang.String policy
           
 
Constructor Summary
SchedulerCommandLine()
           
 
Method Summary
protected  void defaultComponent()
           
protected  org.apache.log4j.Level getLoggingLevel()
           
static java.lang.String getProgramName()
           
static void main(java.lang.String[] args)
           
 void setFileLogging()
           
 void setScreenLogging(java.lang.String debugLevel)
           
 void stop()
           
protected  void usage()
          Display the usage of the scheduler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

init

protected java.lang.String init

policy

protected java.lang.String policy

dispatcher

protected java.lang.String dispatcher
Constructor Detail

SchedulerCommandLine

public SchedulerCommandLine()
Method Detail

defaultComponent

protected void defaultComponent()

getProgramName

public static java.lang.String getProgramName()

getLoggingLevel

protected org.apache.log4j.Level getLoggingLevel()

usage

protected void usage()
Display the usage of the scheduler.


main

public static void main(java.lang.String[] args)

setScreenLogging

public void setScreenLogging(java.lang.String debugLevel)

setFileLogging

public void setFileLogging()

stop

public void stop()


Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.