Class RemoteCacheContainerResource

  • All Implemented Interfaces:
    Cloneable, Function<String,​org.jboss.as.clustering.controller.ChildResourceProvider>, org.jboss.as.controller.registry.Resource, org.wildfly.clustering.Registrar<String>

    public class RemoteCacheContainerResource
    extends org.jboss.as.clustering.controller.ComplexResource
    implements org.wildfly.clustering.Registrar<String>
    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
      RemoteCacheContainerResource​(org.jboss.as.controller.registry.Resource resource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.wildfly.clustering.Registration register​(String cache)  
      • 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 interface org.jboss.as.controller.registry.Resource

        shallowCopy
    • Constructor Detail

      • RemoteCacheContainerResource

        public RemoteCacheContainerResource​(org.jboss.as.controller.registry.Resource resource)
    • Method Detail

      • register

        public org.wildfly.clustering.Registration register​(String cache)
        Specified by:
        register in interface org.wildfly.clustering.Registrar<String>