Package org.jboss.as.server.operations
Class NativeRemotingManagementAddHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.jboss.as.controller.management.ManagementInterfaceAddStepHandler
-
- org.jboss.as.server.operations.NativeRemotingManagementAddHandler
-
- All Implemented Interfaces:
OperationDescriptor,OperationStepHandler
public class NativeRemotingManagementAddHandler extends ManagementInterfaceAddStepHandler
The Add handler for the Native Remoting Interface when running a standalone server. (This reuses a connector from the remoting subsystem).- Author:
- Kabir Khan, Richard Opalka
-
-
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 NativeRemotingManagementAddHandlerINSTANCEstatic 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
-
-
Constructor Summary
Constructors Constructor Description NativeRemotingManagementAddHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)protected voidpopulateModel(org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)protected booleanrequiresRuntime(OperationContext context)-
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, recordCapabilitiesAndRequirements, rollbackRuntime, rollbackRuntime
-
-
-
-
Field Detail
-
INSTANCE
public static final NativeRemotingManagementAddHandler INSTANCE
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
populateModel
protected void populateModel(org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)- Overrides:
populateModelin classAbstractAddStepHandler
-
requiresRuntime
protected boolean requiresRuntime(OperationContext context)
- Overrides:
requiresRuntimein classManagementInterfaceAddStepHandler
-
performRuntime
public void performRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws OperationFailedException
- Overrides:
performRuntimein classAbstractAddStepHandler- Throws:
OperationFailedException
-
-