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

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

public class transactionRollback
extends Object

Rollback a transaction

Since:
0.0.1
Version:
$Id: transactionRollback.java,v 1.2 2008-09-29 03:38:28 mchyzer Exp $
Author:
chris hyzer

Constructor Summary
transactionRollback()
           
 
Method Summary
static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, String grouperRollbackTypeString)
          Rollback a transaction

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

Constructor Detail

transactionRollback

public transactionRollback()
Method Detail

invoke

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

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