Package org.jboss.as.ejb3.subsystem
Class SimpleStatefulSessionBeanCacheProviderResourceDefinition
- java.lang.Object
-
- 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.ResourceDefinition
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
-
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.subsystem.StatefulSessionBeanCacheProviderResourceDefinition
CACHE_FACTORY_CAPABILTY_NAME
-
-
Constructor Summary
Constructors Constructor Description SimpleStatefulSessionBeanCacheProviderResourceDefinition()
-
Method Summary
-
Methods inherited from class org.jboss.as.ejb3.subsystem.StatefulSessionBeanCacheProviderResourceDefinition
register
-
Methods inherited from class org.jboss.as.clustering.controller.AbstractResourceDefinition
registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerOperations
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-