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

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

public class transactionEnd
extends Object

End a transaction

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

Constructor Summary
transactionEnd()
           
 
Method Summary
static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack)
          End a transaction

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

Constructor Detail

transactionEnd

public transactionEnd()
Method Detail

invoke

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

Parameters:
interpreter - BeanShell interpreter.
stack - BeanShell call stack.
Returns:
instructions for use
Throws:
GrouperShellException
Since:
0.0.1