Package org.jboss.as.controller
Interface OperationDescriptor
-
- All Known Implementing Classes:
AbstractAddStepHandler,AbstractBoottimeAddStepHandler,BaseHttpInterfaceAddStepHandler,BaseNativeInterfaceAddStepHandler,InterfaceAddHandler,ManagementInterfaceAddStepHandler,ModelOnlyAddStepHandler,ReloadRequiredAddStepHandler,RestartParentResourceAddHandler
@Deprecated(forRemoval=true) public interface OperationDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.To be removed without replacement.Describes the parameters of operation..- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Collection<? extends AttributeDefinition>getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getAttributes
Collection<? extends AttributeDefinition> getAttributes()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-