Class ProxyOperationExecutor

java.lang.Object
org.wildfly.extension.mod_cluster.ProxyOperationExecutor
All Implemented Interfaces:
OperationExecutor<org.jboss.modcluster.ModClusterServiceMBean>

public class ProxyOperationExecutor extends Object implements OperationExecutor<org.jboss.modcluster.ModClusterServiceMBean>
Author:
Radoslav Husar
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.controller.SimpleAttributeDefinition
     
    static final org.jboss.as.controller.SimpleAttributeDefinition
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProxyOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jboss.modcluster.ModClusterServiceMBean> executors)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, Operation<org.jboss.modcluster.ModClusterServiceMBean> executable)
     

    Methods inherited from class java.lang.Object

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

    • HOST

      public static final org.jboss.as.controller.SimpleAttributeDefinition HOST
    • PORT

      public static final org.jboss.as.controller.SimpleAttributeDefinition PORT
  • Constructor Details

    • ProxyOperationExecutor

      public ProxyOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jboss.modcluster.ModClusterServiceMBean> executors)
  • Method Details

    • execute

      public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, Operation<org.jboss.modcluster.ModClusterServiceMBean> executable) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface OperationExecutor<org.jboss.modcluster.ModClusterServiceMBean>
      Throws:
      org.jboss.as.controller.OperationFailedException