Package org.jboss.as.ejb3.subsystem
Class SimpleStatefulSessionBeanCacheProviderResourceDefinition
java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.clustering.controller.AbstractResourceDefinition
org.jboss.as.clustering.controller.ChildResourceDefinition<org.jboss.as.controller.registry.ManagementResourceRegistration>
org.jboss.as.ejb3.subsystem.StatefulSessionBeanCacheProviderResourceDefinition
org.jboss.as.ejb3.subsystem.SimpleStatefulSessionBeanCacheProviderResourceDefinition
- All Implemented Interfaces:
ChildResourceRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>,org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceDefinition,org.jboss.as.controller.ResourceRegistration
public class SimpleStatefulSessionBeanCacheProviderResourceDefinition
extends StatefulSessionBeanCacheProviderResourceDefinition
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 non distributed and do not have passivation-enabled.
- Author:
- Paul Ferraro, Richard Achmatowicz
-
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.MinimalResourceDefinition -
Field Summary
Fields inherited from class org.jboss.as.ejb3.subsystem.StatefulSessionBeanCacheProviderResourceDefinition
CACHE_FACTORY_CAPABILTY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.as.ejb3.subsystem.StatefulSessionBeanCacheProviderResourceDefinition
registerMethods inherited from class org.jboss.as.clustering.controller.AbstractResourceDefinition
registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerOperationsMethods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecatedMethods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
-
Constructor Details
-
SimpleStatefulSessionBeanCacheProviderResourceDefinition
public SimpleStatefulSessionBeanCacheProviderResourceDefinition()
-