Class RemotingProfileResourceChildWriteAttributeHandler

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationStepHandler

    public class RemotingProfileResourceChildWriteAttributeHandler
    extends org.jboss.as.controller.RestartParentWriteAttributeHandler
    A write handler for the "value" attribute of the channel creation option
    Author:
    Tomasz Adamski
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler

        org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<T extends Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.jboss.msc.service.ServiceName getParentServiceName​(org.jboss.as.controller.PathAddress parentAddress)  
      protected void recreateParentService​(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel)  
      • Methods inherited from class org.jboss.as.controller.RestartParentWriteAttributeHandler

        applyUpdateToRuntime, getParentAddress, isResourceServiceRestartAllowed, removeServices, revertUpdateToRuntime
      • Methods inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler

        execute, finishModelStage, getAttributeDefinition, recordCapabilitiesAndRequirements, requiresRuntime, validateUpdatedModel
    • Constructor Detail

      • RemotingProfileResourceChildWriteAttributeHandler

        public RemotingProfileResourceChildWriteAttributeHandler​(org.jboss.as.controller.AttributeDefinition attributeDefinition)
    • Method Detail

      • recreateParentService

        protected void recreateParentService​(org.jboss.as.controller.OperationContext context,
                                             org.jboss.as.controller.PathAddress parentAddress,
                                             org.jboss.dmr.ModelNode parentModel)
                                      throws org.jboss.as.controller.OperationFailedException
        Overrides:
        recreateParentService in class org.jboss.as.controller.RestartParentWriteAttributeHandler
        Throws:
        org.jboss.as.controller.OperationFailedException
      • getParentServiceName

        protected org.jboss.msc.service.ServiceName getParentServiceName​(org.jboss.as.controller.PathAddress parentAddress)
        Specified by:
        getParentServiceName in class org.jboss.as.controller.RestartParentWriteAttributeHandler