uk.ac.soton.itinnovation.grid.service.sla
Interface ManagementAction
- All Known Implementing Classes:
- KillActivityAction
public interface ManagementAction
Command interface to represent an action to execute in response to
resource use. Implementations may exist for killing an activity,
reducing it's usage, etc.
|
Method Summary |
void |
execute()
Execute the management action. |
execute
void execute()
- Execute the management action. A runtime exception is thrown if there's an error
completing the action.
- Throws:
RuntimeException - if the action cannot complete.
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.