Class SimpleOperationDefinition

java.lang.Object
org.jboss.as.controller.OperationDefinition
org.jboss.as.controller.SimpleOperationDefinition
All Implemented Interfaces:
Feature

public class SimpleOperationDefinition extends OperationDefinition
Defining characteristics of operation in a Resource SimpleOperationDefinition is simplest implementation that uses DefaultOperationDescriptionProvider for generating description of operation if more complex DescriptionProvider user should extend this class or OperationDefinition and provide its own DescriptionProvider
Author:
Tomaz Cerar