Searched refs:undo (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.java51 * to undo a previously successful execution of an administrative command.
64 * to undo the command within its instance context. Therefore all UndoableCommand implementations
68 * <p>An undo-able command has a slightly more complicated set of phases execution as compared
81 * call the {@link #undo(AdminCommandContext, ParameterMap, List<Server>)} method on the same instance that was used for the
98 * prepare method since {@link #undo(AdminCommandContext, ParameterMap, List<Server>)} will not be called if the command
119 * The command implementation is guaranteed that the {@link #undo(AdminCommandContext, ParameterMap, List<Server>)}
121 * implementation to invoke remote instances to do the actual undo if required
127 public void undo(AdminCommandContext context, ParameterMap parameters, List<Server> instances); method in interface:UndoableCommand
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DCommandRunnerImpl.java1192 // If command is undoable, then invoke undo method method
1195 logger.fine(adminStrings.getLocalString("dynamicreconfiguration.diagnostics.undo",
1196 "Command execution failed; calling undo() for command " + inv.name()));
1197 uCmd.undo(context, parameters, ClusterOperationUtil.getCompletedInstances());

Completed in 16 milliseconds