|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface PendingCommandInterface
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.
| Method Summary | |
|---|---|
abstract boolean |
isComplete()
Returns the boolean indicating whether the command executed its finalizing operation. |
| Methods inherited from interface com.sas.commands.CancelInterface |
|---|
cancel |
| Method Detail |
|---|
boolean isComplete()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||