Class CacheContainerServiceConfigurator

java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheContainerServiceConfigurator
All Implemented Interfaces:
org.wildfly.subsystem.service.ResourceServiceConfigurator

public class CacheContainerServiceConfigurator extends Object implements org.wildfly.subsystem.service.ResourceServiceConfigurator
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    CacheContainerServiceConfigurator(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.infinispan.Cache<?,?>> registry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.subsystem.service.ResourceServiceInstaller
    configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CacheContainerServiceConfigurator

      public CacheContainerServiceConfigurator(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.infinispan.Cache<?,?>> registry)
  • Method Details

    • configure

      public org.wildfly.subsystem.service.ResourceServiceInstaller configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      configure in interface org.wildfly.subsystem.service.ResourceServiceConfigurator
      Throws:
      org.jboss.as.controller.OperationFailedException