org.jasig.portal.channels.permissionsmanager.commands
Class Cancel

java.lang.Object
  extended by org.jasig.portal.channels.permissionsmanager.commands.Cancel
All Implemented Interfaces:
IPermissionCommand

public class Cancel
extends java.lang.Object
implements IPermissionCommand

An IPermissionCommand implementation that resets CPermissionsManager and sets the prmFinished flag in staticData for IServant operations

Version:
$Revision: 1.9 $
Author:
Alex Vigdor

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
Cancel()
          Creates new StartOver
 
Method Summary
 void execute(PermissionsSessionData session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

Cancel

public Cancel()
Creates new StartOver

Method Detail

execute

public void execute(PermissionsSessionData session)
             throws java.lang.Exception
Specified by:
execute in interface IPermissionCommand
Throws:
java.lang.Exception