Class RemotingProfileResourceChildWriteAttributeHandler

java.lang.Object
org.jboss.as.controller.AbstractWriteAttributeHandler<org.jboss.dmr.ModelNode>
org.jboss.as.controller.RestartParentWriteAttributeHandler
org.jboss.as.ejb3.subsystem.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>
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemotingProfileResourceChildWriteAttributeHandler(org.jboss.as.controller.AttributeDefinition attributeDefinition)
     
  • Method Summary

    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, recreateParentService, removeServices, revertUpdateToRuntime

    Methods inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler

    execute, finishModelStage, getAttributeDefinition, recordCapabilitiesAndRequirements, requiresRuntime, validateUpdatedModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemotingProfileResourceChildWriteAttributeHandler

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

    • 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