Class InfinispanSubsystemResourceDefinitionRegistrar

java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemResourceDefinitionRegistrar
All Implemented Interfaces:
Consumer<org.jboss.as.server.DeploymentProcessorTarget>, org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.SubsystemRegistration>, org.wildfly.subsystem.resource.SubsystemResourceDefinitionRegistrar, org.wildfly.subsystem.service.ResourceServiceConfigurator

public class InfinispanSubsystemResourceDefinitionRegistrar extends Object implements org.wildfly.subsystem.resource.SubsystemResourceDefinitionRegistrar, Consumer<org.jboss.as.server.DeploymentProcessorTarget>, org.wildfly.subsystem.service.ResourceServiceConfigurator
Registers a resource definition for the Infinispan subsystem.
Author:
Richard Achmatowicz (c) 2011 Red Hat Inc., Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.jboss.as.server.DeploymentProcessorTarget target)
     
    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.SubsystemRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context)
     

    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.Consumer

    andThen
  • Field Details

    • RESOLVER

      public static final org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver RESOLVER
  • Constructor Details

    • InfinispanSubsystemResourceDefinitionRegistrar

      public InfinispanSubsystemResourceDefinitionRegistrar()
  • Method Details

    • register

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

      public void accept(org.jboss.as.server.DeploymentProcessorTarget target)
      Specified by:
      accept in interface Consumer<org.jboss.as.server.DeploymentProcessorTarget>
    • 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