Interface Executable<C>
- Type Parameters:
C- the execution context
- All Known Subinterfaces:
Metric<C>
public interface Executable<C>
Generic interface for some object capable of execution.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
execute
Execute against the specified context.- Parameters:
context- an execution context- Returns:
- the execution result (possibly null).
- Throws:
org.jboss.as.controller.OperationFailedException
-