Class SingletonPolicyResource

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

    public class SingletonPolicyResource
    extends ComplexResource
    implements org.wildfly.clustering.Registrar<org.jboss.msc.service.ServiceName>
    Custom resource that additionally reports runtime singleton deployments and services.
    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
      SingletonPolicyResource​(org.jboss.as.controller.registry.Resource resource)  
    • Constructor Detail

      • SingletonPolicyResource

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

      • register

        public org.wildfly.clustering.Registration register​(org.jboss.msc.service.ServiceName service)
        Specified by:
        register in interface org.wildfly.clustering.Registrar<org.jboss.msc.service.ServiceName>