Package org.jboss.as.server.operations
Class NativeManagementAddHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
-
- org.jboss.as.controller.management.BaseNativeInterfaceAddStepHandler
-
- org.jboss.as.server.operations.NativeManagementAddHandler
-
- All Implemented Interfaces:
OperationDescriptor,OperationStepHandler
public class NativeManagementAddHandler extends BaseNativeInterfaceAddStepHandler
The Add handler for the Native Interface when running a standalone server.- Author:
- Kabir Khan, Darran Lofthouse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractAddStepHandler
AbstractAddStepHandler.Parameters
-
-
Field Summary
Fields Modifier and Type Field Description static NativeManagementAddHandlerINSTANCEstatic StringOPERATION_NAME-
Fields inherited from class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
MANAGEMENT_INTERFACE_KEY
-
Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler
attributes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<org.jboss.msc.service.ServiceName>installServices(OperationContext context, NativeInterfaceCommonPolicy commonPolicy, org.jboss.dmr.ModelNode model)protected booleanrequiresRuntime(OperationContext context)-
Methods inherited from class org.jboss.as.controller.management.BaseNativeInterfaceAddStepHandler
performRuntime
-
Methods inherited from class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
addVerifyInstallationStep, asStringIfDefined
-
Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler
createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, rollbackRuntime
-
-
-
-
Field Detail
-
INSTANCE
public static final NativeManagementAddHandler INSTANCE
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
requiresRuntime
protected boolean requiresRuntime(OperationContext context)
- Overrides:
requiresRuntimein classManagementInterfaceAddStepHandler
-
installServices
protected List<org.jboss.msc.service.ServiceName> installServices(OperationContext context, NativeInterfaceCommonPolicy commonPolicy, org.jboss.dmr.ModelNode model) throws OperationFailedException
- Specified by:
installServicesin classBaseNativeInterfaceAddStepHandler- Throws:
OperationFailedException
-
-