Class RemoteCacheOperationExecutor

java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.remote.RemoteCacheOperationExecutor
All Implemented Interfaces:
org.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>

public class RemoteCacheOperationExecutor extends Object implements org.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
Executor for remote cache runtime operations.
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemoteCacheOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<RemoteCacheContainer> executors)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op, org.wildfly.subsystem.resource.executor.RuntimeOperation<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> operation)
     

    Methods inherited from class java.lang.Object

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

    • RemoteCacheOperationExecutor

      public RemoteCacheOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<RemoteCacheContainer> executors)
  • Method Details

    • execute

      public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op, org.wildfly.subsystem.resource.executor.RuntimeOperation<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface org.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
      Throws:
      org.jboss.as.controller.OperationFailedException