com.sas.commands
Interface PendingCommandInterface

All Superinterfaces:
CancelInterface
All Known Implementing Classes:
AdvancedFilterSelectorCommand, AdvancedFilterSelectorCommandFacade, BaseSelectorCommand, DataItemSelectorCommand, ExceptionHighlightingChartCommand, ExceptionHighlightingCommand, ExportSelectorCommand, FilterAndRankSelectorCommand, FindSelectorCommand, FormatSelectorCommand, MapPropertyCommand, MemberPropertiesCommand, OLAPSortSelectorCommand, OLAPTimeBasedFilterCommand, PercentCalculationsCommand, RankingCommand, ShowDetailSelectorCommand, SimpleCalculatedItemSelectorCommand, SortCommand, SortSelectorCommand, TotalsCommand

public interface PendingCommandInterface
extends CancelInterface

The PendingCommandInterface is implemented by commands that may execute multiple types of operations and need to persist in memory until they have completed some final operation ( typically, a 'Cancel' or 'Commit' operation ).

Additionally, these commands require that they be explicitly cancelled when it is no longer possible to persist the command in memory and/or that something happened to require that the command reset itself.

Since:
3.0

Method Summary
 boolean isComplete()
          Returns the boolean indicating whether the command executed its finalizing operation.
 
Methods inherited from interface com.sas.commands.CancelInterface
cancel
 

Method Detail

isComplete

boolean isComplete()
Returns the boolean indicating whether the command executed its finalizing operation.

Returns:
the boolean indicating whether the command executed its finalizing operation.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.