|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is the interface that all ScheduledCommands must implement. It defines one method (execute) that they must implement. It is in this execute method that the specific business logic for the command is coded. The ScheduledApp component will execute these commands when the Schedule they are associated to is met.
ScheduledCommandImpl,
ScheduledApp| Method Summary | |
int |
execute()
The execute method that must be implemented by all ScheduledCommand implementations is where the specific business logic associated to the ScheduledCommand is implemented. |
| Method Detail |
public int execute()
throws ScheduledCommandException
ScheduledCommandException - if errors occur executing the business logic associated to the ScheduledCommand.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||