edu.internet2.middleware.grouper.app.gsh
Class loaderRunOneJobAttr

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.gsh.loaderRunOneJobAttr

public class loaderRunOneJobAttr
extends Object

run one loader job by name or group

Since:
0.0.1
Version:
$Id$
Author:
Chris Hyzer

Constructor Summary
loaderRunOneJobAttr()
           
 
Method Summary
static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, AttributeDef attributeDef)
          run one loader job

static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, String jobName)
          run one loader job

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

loaderRunOneJobAttr

public loaderRunOneJobAttr()
Method Detail

invoke

public static String invoke(bsh.Interpreter interpreter,
                            bsh.CallStack stack,
                            AttributeDef attributeDef)
run one loader job

Parameters:
interpreter - BeanShell interpreter.
stack - BeanShell call stack.
attributeDef -
Returns:
True if succeeds.
Since:
0.0.1

invoke

public static String invoke(bsh.Interpreter interpreter,
                            bsh.CallStack stack,
                            String jobName)
run one loader job

Parameters:
interpreter - BeanShell interpreter.
stack - BeanShell call stack.
jobName -
Returns:
True if succeeds.
Since:
0.0.1