Class SocketBroadcastGroupRemove

java.lang.Object
org.jboss.as.controller.AbstractRemoveStepHandler
org.jboss.as.controller.ReloadRequiredRemoveStepHandler
org.wildfly.extension.messaging.activemq.SocketBroadcastGroupRemove
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class SocketBroadcastGroupRemove extends org.jboss.as.controller.ReloadRequiredRemoveStepHandler
Removes a broadcast group using socket bindings.
Author:
Emmanuel Hugonnet (c) 2019 Red Hat, Inc.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
     

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

    performRuntime, recoverServices

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

    performRemove, recordCapabilitiesAndRequirements, removeChildRecursively, requiresRuntime

    Methods inherited from class java.lang.Object

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

  • Method Details

    • execute

      public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface org.jboss.as.controller.OperationStepHandler
      Overrides:
      execute in class org.jboss.as.controller.AbstractRemoveStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException