Class LegacyCacheFactoryResourceDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    @Deprecated
    public class LegacyCacheFactoryResourceDefinition
    extends org.jboss.as.controller.SimpleResourceDefinition
    Deprecated.
    Defines a CacheFactoryBuilder instance which, during deployment, is used to configure, build and install a CacheFactory for the SFSB being deployed. The CacheFactory resource instances defined here produce bean caches which are either: - distributed and have passivation-enabled - non distributed and do not have passivation-enabled For passivation enabled CacheFactoryBuilders, the PassivationStoreResourceDefinition must define a supporting passivation store.
    Author:
    Paul Ferraro
    • Nested Class Summary

      • 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
      static org.jboss.as.controller.StringListAttributeDefinition ALIASES
      Deprecated.
       
      static org.jboss.as.controller.SimpleAttributeDefinition PASSIVATION_STORE
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
      Deprecated.
       
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • ALIASES

        public static final org.jboss.as.controller.StringListAttributeDefinition ALIASES
        Deprecated.
      • PASSIVATION_STORE

        public static final org.jboss.as.controller.SimpleAttributeDefinition PASSIVATION_STORE
        Deprecated.
    • Method Detail

      • registerAttributes

        public void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
        Deprecated.
        Specified by:
        registerAttributes in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerAttributes in class org.jboss.as.controller.SimpleResourceDefinition