Class CacheOperationExecutor<C>
java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheOperationExecutor<C>
- All Implemented Interfaces:
Function<org.infinispan.Cache<?,,?>, C> org.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<C>
- Direct Known Subclasses:
CacheInterceptorOperationExecutor,PartitionHandlingOperationExecutor
public abstract class CacheOperationExecutor<C>
extends Object
implements org.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<C>, Function<org.infinispan.Cache<?,?>,C>
An executor for cache runtime operations.
- Author:
- Paul Ferraro
-
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<C> operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.wildfly.subsystem.resource.executor.RuntimeOperationExecutor<C>- Throws:
org.jboss.as.controller.OperationFailedException
-