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

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    execute(C context)
    Execute against the specified context.
  • Method Details

    • 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