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
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
FieldsFields inherited from class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
MANAGEMENT_INTERFACE_KEYFields inherited from class org.jboss.as.controller.AbstractAddStepHandler
attributes -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
performRuntimeMethods inherited from class org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
addVerifyInstallationStep, asStringIfDefinedMethods inherited from class org.jboss.as.controller.AbstractAddStepHandler
createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, rollbackRuntime
-
Field Details
-
INSTANCE
-
OPERATION_NAME
- See Also:
-
-
Method Details
-
requiresRuntime
- 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
-