Class InfinispanSubsystemResourceDefinition

java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.clustering.controller.AbstractResourceDefinition
org.jboss.as.clustering.controller.SubsystemResourceDefinition
org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemResourceDefinition
All Implemented Interfaces:
Consumer<org.jboss.as.server.DeploymentProcessorTarget>, ManagementRegistrar<SubsystemRegistration>, org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration, org.wildfly.subsystem.service.ResourceServiceConfigurator

public class InfinispanSubsystemResourceDefinition extends SubsystemResourceDefinition implements Consumer<org.jboss.as.server.DeploymentProcessorTarget>, org.wildfly.subsystem.service.ResourceServiceConfigurator
The root resource of the Infinispan subsystem.
Author:
Richard Achmatowicz (c) 2011 Red Hat Inc.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

    org.jboss.as.controller.SimpleResourceDefinition.Parameters

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition

    org.jboss.as.controller.ResourceDefinition.AbstractConfigurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.Builder, org.jboss.as.controller.ResourceDefinition.Configurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.MinimalBuilder, org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration

    org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration
  • 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)
     
    void
    register(SubsystemRegistration parentRegistration)
     

    Methods inherited from class org.jboss.as.clustering.controller.SubsystemResourceDefinition

    pathElement

    Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

    getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecated

    Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime

    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
  • Method Details

    • register

      public void register(SubsystemRegistration parentRegistration)
      Specified by:
      register in interface ManagementRegistrar<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