Searched refs:UndoableCommand (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/
H A DUndoableCommand.java64 * to undo the command within its instance context. Therefore all UndoableCommand implementations
73 * supplemented commands implement the UndoableCommand interface). If the prepare phase is
87 public interface UndoableCommand extends AdminCommand { interface in inherits:AdminCommand
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DCommandRunnerImpl.java1031 if (command instanceof UndoableCommand) {
1032 UndoableCommand uCmd = (UndoableCommand) command;
1193 if (command instanceof UndoableCommand) {
1194 UndoableCommand uCmd = (UndoableCommand) command;

Completed in 33 milliseconds