Class RemoteCacheOperationExecutor
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.remote.RemoteCacheOperationExecutor
-
- All Implemented Interfaces:
OperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
public class RemoteCacheOperationExecutor extends Object implements OperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheOperationExecutor(FunctionExecutorRegistry<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, Operation<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> operation)
-
-
-
Constructor Detail
-
RemoteCacheOperationExecutor
public RemoteCacheOperationExecutor(FunctionExecutorRegistry<RemoteCacheContainer> executors)
-
-
Method Detail
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op, Operation<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executein interfaceOperationExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>- Throws:
org.jboss.as.controller.OperationFailedException
-
-