Class StoreResourceDefinition

  • All Implemented Interfaces:
    org.jboss.as.clustering.controller.ChildResourceDefinitionRegistration<org.jboss.as.clustering.controller.ManagementResourceRegistration>, org.jboss.as.clustering.controller.ResourceServiceConfiguratorFactory, org.jboss.as.controller.ResourceDefinition
    Direct Known Subclasses:
    CustomStoreResourceDefinition, FileStoreResourceDefinition, HotRodStoreResourceDefinition, JDBCStoreResourceDefinition, RemoteStoreResourceDefinition

    public abstract class StoreResourceDefinition
    extends org.jboss.as.clustering.controller.ChildResourceDefinition<org.jboss.as.clustering.controller.ManagementResourceRegistration>
    implements org.jboss.as.clustering.controller.ResourceServiceConfiguratorFactory
    Base class for store resources which require common store attributes only.
    Author:
    Richard Achmatowicz (c) 2011 Red Hat Inc., Paul Ferraro
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  StoreResourceDefinition.Capability  
      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.jboss.as.controller.PathElement WILDCARD_PATH  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StoreResourceDefinition​(org.jboss.as.controller.PathElement path, org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver, UnaryOperator<org.jboss.as.clustering.controller.ResourceDescriptor> configurator)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static org.jboss.as.controller.PathElement pathElement​(String value)  
      org.jboss.as.clustering.controller.ManagementResourceRegistration register​(org.jboss.as.clustering.controller.ManagementResourceRegistration parent)  
      • Methods inherited from class org.jboss.as.clustering.controller.AbstractResourceDefinition

        registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerOperations
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecated
      • Methods inherited from interface org.jboss.as.clustering.controller.ResourceServiceConfiguratorFactory

        createServiceConfigurator
    • Field Detail

      • WILDCARD_PATH

        protected static final org.jboss.as.controller.PathElement WILDCARD_PATH
    • Constructor Detail

      • StoreResourceDefinition

        protected StoreResourceDefinition​(org.jboss.as.controller.PathElement path,
                                          org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver,
                                          UnaryOperator<org.jboss.as.clustering.controller.ResourceDescriptor> configurator)
    • Method Detail

      • pathElement

        protected static org.jboss.as.controller.PathElement pathElement​(String value)
      • register

        public org.jboss.as.clustering.controller.ManagementResourceRegistration register​(org.jboss.as.clustering.controller.ManagementResourceRegistration parent)
        Specified by:
        register in interface org.jboss.as.clustering.controller.ChildResourceDefinitionRegistration<org.jboss.as.clustering.controller.ManagementResourceRegistration>