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 TypeMethodDescriptionReturns the descriptor of thisOperationStepHandlerMethods inherited from interface org.jboss.as.controller.OperationStepHandler
execute
-
Method Details
-
getDescriptor
D getDescriptor()Returns the descriptor of thisOperationStepHandler- Returns:
- the descriptor of this
OperationStepHandler
-