Package org.jboss.as.ejb3.subsystem
Class LegacyCacheFactoryResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.ejb3.subsystem.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
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.StringListAttributeDefinitionALIASESDeprecated.static org.jboss.as.controller.SimpleAttributeDefinitionPASSIVATION_STOREDeprecated.
-
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, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
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
-
-