Interface DescribedOperationStepHandler<D extends OperationStepHandlerDescriptor>

Type Parameters:
D - the descriptor type
All Superinterfaces:
org.jboss.as.controller.OperationStepHandler
All Known Implementing Classes:
AddResourceOperationStepHandler

public interface DescribedOperationStepHandler<D extends OperationStepHandlerDescriptor> extends org.jboss.as.controller.OperationStepHandler
Exposes the descriptor of a described OperationStepHandler
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the descriptor of this OperationStepHandler

    Methods inherited from interface org.jboss.as.controller.OperationStepHandler

    execute
  • Method Details

    • getDescriptor

      D getDescriptor()
      Returns the descriptor of this OperationStepHandler
      Returns:
      the descriptor of this OperationStepHandler