Class JcaCachedConnectionManagerWriteHandler

java.lang.Object
org.jboss.as.controller.AbstractWriteAttributeHandler<JcaSubsystemConfiguration>
org.jboss.as.connector.subsystems.jca.JcaCachedConnectionManagerWriteHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class JcaCachedConnectionManagerWriteHandler extends org.jboss.as.controller.AbstractWriteAttributeHandler<JcaSubsystemConfiguration>
OperationStepHandler for the write-attribute operation for the cached connection manager resource.
Author:
Brian Stansberry (c) 2012 Red Hat Inc.
  • 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

    Modifier and Type
    Method
    Description
    protected boolean
    applyUpdateToRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<JcaSubsystemConfiguration> jcaSubsystemConfigurationHandbackHolder)
     
    protected void
    revertUpdateToRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode valueToRestore, org.jboss.dmr.ModelNode valueToRevert, JcaSubsystemConfiguration handback)
     

    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
  • Method Details

    • applyUpdateToRuntime

      protected boolean applyUpdateToRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<JcaSubsystemConfiguration> jcaSubsystemConfigurationHandbackHolder) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      applyUpdateToRuntime in class org.jboss.as.controller.AbstractWriteAttributeHandler<JcaSubsystemConfiguration>
      Throws:
      org.jboss.as.controller.OperationFailedException
    • revertUpdateToRuntime

      protected void revertUpdateToRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode valueToRestore, org.jboss.dmr.ModelNode valueToRevert, JcaSubsystemConfiguration handback) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      revertUpdateToRuntime in class org.jboss.as.controller.AbstractWriteAttributeHandler<JcaSubsystemConfiguration>
      Throws:
      org.jboss.as.controller.OperationFailedException