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

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

public class transactionStart
extends Object

Start a transaction

Since:
0.0.1
Version:
$Id: transactionStart.java,v 1.1 2008-09-22 15:06:40 mchyzer Exp $
Author:
chris hyzer

Constructor Summary
transactionStart()
           
 
Method Summary
static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, String grouperTransactionTypeString)
          Start a transaction

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

Constructor Detail

transactionStart

public transactionStart()
Method Detail

invoke

public static String invoke(bsh.Interpreter interpreter,
                            bsh.CallStack stack,
                            String grouperTransactionTypeString)
                     throws GrouperShellException
Start a transaction

Parameters:
interpreter - BeanShell interpreter.
stack - BeanShell call stack.
grouperTransactionTypeString - to use for starting transaction, must be a GrouperTransactionType enum
Returns:
instructions for use
Throws:
GrouperShellException
Since:
0.0.1