Package org.jboss.as.controller
Interface OperationDescriptor
-
- All Known Implementing Classes:
AbstractAddStepHandler,AbstractBoottimeAddStepHandler,BaseHttpInterfaceAddStepHandler,BaseNativeInterfaceAddStepHandler,InterfaceAddHandler,ManagementInterfaceAddStepHandler,ModelOnlyAddStepHandler,ReloadRequiredAddStepHandler,RestartParentResourceAddHandler
public interface OperationDescriptorDescribes the parameters of operation..- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends AttributeDefinition>getAttributes()
-
-
-
Method Detail
-
getAttributes
Collection<? extends AttributeDefinition> getAttributes()
-
-