Class CacheContainerServiceHandler

java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheContainerServiceHandler
All Implemented Interfaces:
ResourceServiceHandler

public class CacheContainerServiceHandler extends Object implements ResourceServiceHandler
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    CacheContainerServiceHandler(org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.infinispan.manager.EmbeddedCacheManager> containerRegistry, org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.infinispan.Cache<?,?>> cacheRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    installServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)
     
    void
    removeServices(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

    • CacheContainerServiceHandler

      public CacheContainerServiceHandler(org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.infinispan.manager.EmbeddedCacheManager> containerRegistry, org.wildfly.subsystem.service.capture.ServiceValueRegistry<org.infinispan.Cache<?,?>> cacheRegistry)
  • Method Details

    • installServices

      public void installServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      installServices in interface ResourceServiceHandler
      Throws:
      org.jboss.as.controller.OperationFailedException
    • removeServices

      public void removeServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      removeServices in interface ResourceServiceHandler
      Throws:
      org.jboss.as.controller.OperationFailedException