Class RemoteCacheOperationExecutor
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.remote.RemoteCacheOperationExecutor
-
- All Implemented Interfaces:
org.jboss.as.clustering.controller.OperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
public class RemoteCacheOperationExecutor extends Object implements org.jboss.as.clustering.controller.OperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheOperationExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.wildfly.clustering.infinispan.client.RemoteCacheContainer> executors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodeexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op, org.jboss.as.clustering.controller.Operation<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> operation)
-
-
-
Method Detail
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op, org.jboss.as.clustering.controller.Operation<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executein interfaceorg.jboss.as.clustering.controller.OperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>- Throws:
org.jboss.as.controller.OperationFailedException
-
-