gov.bnl.star.offline.scheduler.Dispatchers
Class DispatcherBase

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.Dispatchers.DispatcherBase
Direct Known Subclasses:
LSFDispatcher

public class DispatcherBase
extends java.lang.Object

The base class for all Dispatchers

Author:
Levente Hajdu

Field Summary
 java.lang.String threadOuput
           
 
Constructor Summary
DispatcherBase()
          Creates a new instance of DispatcherBase
 
Method Summary
 java.lang.String getTestQueueCommand()
           
 java.lang.String getTestQueueCommandMustMatch()
           
 boolean runInTimeLimitedThread(java.lang.String command, int maxElapseTime, int msBtwnFailure, int maxAttempts)
           
 void setTestQueueCommand(java.lang.String testQueueCommand)
           
 void setTestQueueCommandMustMatch(java.lang.String testQueueCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadOuput

public java.lang.String threadOuput
Constructor Detail

DispatcherBase

public DispatcherBase()
Creates a new instance of DispatcherBase

Method Detail

setTestQueueCommand

public void setTestQueueCommand(java.lang.String testQueueCommand)

getTestQueueCommand

public java.lang.String getTestQueueCommand()

setTestQueueCommandMustMatch

public void setTestQueueCommandMustMatch(java.lang.String testQueueCommand)

getTestQueueCommandMustMatch

public java.lang.String getTestQueueCommandMustMatch()

runInTimeLimitedThread

public boolean runInTimeLimitedThread(java.lang.String command,
                                      int maxElapseTime,
                                      int msBtwnFailure,
                                      int maxAttempts)


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