Class ModClusterResource

java.lang.Object
org.jboss.as.controller.registry.ResourceProvider.ResourceProviderRegistry
org.jboss.as.controller.registry.DelegatingResource
org.jboss.as.clustering.controller.ComplexResource
org.wildfly.extension.undertow.filters.ModClusterResource
All Implemented Interfaces:
Cloneable, Consumer<io.undertow.server.handlers.proxy.mod_cluster.ModCluster>, Function<String,ChildResourceProvider>, org.jboss.as.controller.registry.Resource

public class ModClusterResource extends ComplexResource implements Consumer<io.undertow.server.handlers.proxy.mod_cluster.ModCluster>
Runtime resource implementation for ModCluster.
Author:
Paul Ferraro
  • Nested Class Summary

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

    org.jboss.as.controller.registry.DelegatingResource.ResourceDelegateProvider

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

    org.jboss.as.controller.registry.Resource.Factory, org.jboss.as.controller.registry.Resource.NoSuchResourceException, org.jboss.as.controller.registry.Resource.ResourceEntry, org.jboss.as.controller.registry.Resource.Tools
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModClusterResource(org.jboss.as.controller.registry.Resource resource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(io.undertow.server.handlers.proxy.mod_cluster.ModCluster service)
     

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

    apply, clone, getChild, getChildren, getChildrenNames, getChildTypes, hasChild, hasChildren, navigate, requireChild

    Methods inherited from class org.jboss.as.controller.registry.DelegatingResource

    getModel, getOrderedChildTypes, isModelDefined, isProxy, isRuntime, registerChild, registerChild, registerResourceProvider, removeChild, writeModel

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface org.jboss.as.controller.registry.Resource

    shallowCopy
  • Constructor Details

    • ModClusterResource

      public ModClusterResource(org.jboss.as.controller.registry.Resource resource)
  • Method Details

    • accept

      public void accept(io.undertow.server.handlers.proxy.mod_cluster.ModCluster service)
      Specified by:
      accept in interface Consumer<io.undertow.server.handlers.proxy.mod_cluster.ModCluster>