Package org.jboss.as.ejb3.subsystem
Class LegacyCacheFactoryResourceDefinition
java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.ejb3.subsystem.LegacyCacheFactoryResourceDefinition
- All Implemented Interfaces:
org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceDefinition,org.jboss.as.controller.ResourceRegistration
@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.ParametersNested 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.MinimalResourceDefinitionNested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.StringListAttributeDefinitionDeprecated.static final org.jboss.as.controller.SimpleAttributeDefinitionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterAttributes(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, setDeprecatedMethods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
-
Field Details
-
ALIASES
public static final org.jboss.as.controller.StringListAttributeDefinition ALIASESDeprecated. -
PASSIVATION_STORE
public static final org.jboss.as.controller.SimpleAttributeDefinition PASSIVATION_STOREDeprecated.
-
-
Method Details
-
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
-