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 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