Class RemoteClusterOperationExecutor
java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.remote.RemoteClusterOperationExecutor
- All Implemented Interfaces:
org.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<Map.Entry<String,org.infinispan.client.hotrod.jmx.RemoteCacheManagerMXBean>>
public class RemoteClusterOperationExecutor
extends Object
implements org.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<Map.Entry<String,org.infinispan.client.hotrod.jmx.RemoteCacheManagerMXBean>>
Executor for runtime operations of a remote Infinispan cluster.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteClusterOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<RemoteCacheContainer> executors) -
Method Summary
-
Constructor Details
-
RemoteClusterOperationExecutor
public RemoteClusterOperationExecutor(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<Map.Entry<String, org.infinispan.client.hotrod.jmx.RemoteCacheManagerMXBean>> operation) throws org.jboss.as.controller.OperationFailedException
-