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