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
ConstructorsConstructorDescriptionRemoteCacheOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<RemoteCacheContainer> executors) -
Method Summary
-
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, 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
-