Class CacheOperationExecutor<C>

java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheOperationExecutor<C>
All Implemented Interfaces:
Function<org.infinispan.Cache<?,?>,C>, OperationExecutor<C>
Direct Known Subclasses:
CacheInterceptorOperationExecutor, PartitionHandlingOperationExecutor

public abstract class CacheOperationExecutor<C> extends Object implements OperationExecutor<C>, Function<org.infinispan.Cache<?,?>,C>
Author:
Paul Ferraro
  • Method Details

    • execute

      public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode op, Operation<C> operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface OperationExecutor<C>
      Throws:
      org.jboss.as.controller.OperationFailedException