Package org.jboss.as.ejb3.subsystem
Class PassivationStoreResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.ejb3.subsystem.PassivationStoreResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
@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
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringINFINISPAN_CACHE_CONFIGURATION_CAPABILITY_NAMEDeprecated.protected static StringINFINISPAN_DEFAULT_CACHE_CONFIGURATION_CAPABILITY_NAMEDeprecated.static StringPASSIVATION_STORE_CAPABILITY_NAMEDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)Deprecated.-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
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:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
-