Class CacheContainerResourceDefinitionRegistrar

java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheContainerResourceDefinitionRegistrar
All Implemented Interfaces:
BiPredicate<org.jboss.as.controller.OperationContext,org.jboss.as.controller.registry.Resource>, org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar, org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>, org.wildfly.subsystem.service.ResourceServiceConfigurator

public class CacheContainerResourceDefinitionRegistrar extends Object implements org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar, org.wildfly.subsystem.service.ResourceServiceConfigurator, BiPredicate<org.jboss.as.controller.OperationContext,org.jboss.as.controller.registry.Resource>
Registers a cache container resource definition.
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.subsystem.service.ResourceServiceInstaller
    configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)
     
    org.jboss.as.controller.registry.ManagementResourceRegistration
    register(org.jboss.as.controller.registry.ManagementResourceRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context)
     
    boolean
    test(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.registry.Resource resource)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.BiPredicate

    and, negate, or
  • Constructor Details

    • CacheContainerResourceDefinitionRegistrar

      public CacheContainerResourceDefinitionRegistrar()
  • Method Details

    • register

      public org.jboss.as.controller.registry.ManagementResourceRegistration register(org.jboss.as.controller.registry.ManagementResourceRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context)
      Specified by:
      register in interface org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
    • test

      public boolean test(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.registry.Resource resource)
      Specified by:
      test in interface BiPredicate<org.jboss.as.controller.OperationContext,org.jboss.as.controller.registry.Resource>
    • 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