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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.dmr.ModelNodeexecute(C context)Execute against the specified context.
-
-
-
Method Detail
-
execute
org.jboss.dmr.ModelNode execute(C context) throws org.jboss.as.controller.OperationFailedException
Execute against the specified context.- Parameters:
context- an execution context- Returns:
- the execution result (possibly null).
- Throws:
org.jboss.as.controller.OperationFailedException
-
-