Class PassivationStoreResourceDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration

    @Deprecated
    public class PassivationStoreResourceDefinition
    extends org.jboss.as.controller.SimpleResourceDefinition
    Deprecated.
    Definies a CacheFactoryBuilder instance which, during deployment, is used to configure, build and install a CacheFactory for the SFSB being deployed. The CacheFactory produces bean caches which are distributable and have passivation enabled. Used to support CacheFactoryResourceDefinition.
    Author:
    Paul Ferraro
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
      • Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition

        org.jboss.as.controller.ResourceDefinition.AbstractConfigurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.Builder, org.jboss.as.controller.ResourceDefinition.Configurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.MinimalBuilder, org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
    • 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

        getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
      • Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

        getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
    • Field Detail

      • PASSIVATION_STORE_CAPABILITY_NAME

        public static final String PASSIVATION_STORE_CAPABILITY_NAME
        Deprecated.
        See Also:
        Constant Field Values
      • INFINISPAN_DEFAULT_CACHE_CONFIGURATION_CAPABILITY_NAME

        protected static final String INFINISPAN_DEFAULT_CACHE_CONFIGURATION_CAPABILITY_NAME
        Deprecated.
        See Also:
        Constant Field Values
      • INFINISPAN_CACHE_CONFIGURATION_CAPABILITY_NAME

        protected static final String INFINISPAN_CACHE_CONFIGURATION_CAPABILITY_NAME
        Deprecated.
        See Also:
        Constant Field Values
    • 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