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,org.wildfly.subsystem.resource.ResourceModelResolver<org.wildfly.subsystem.service.ServiceDependency<StatefulSessionBeanCacheProvider>>,org.wildfly.subsystem.resource.ResourceResolver<org.wildfly.subsystem.service.ServiceDependency<StatefulSessionBeanCacheProvider>>,org.wildfly.subsystem.service.ResourceServiceConfigurator
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.MinimalResourceDefinitionNested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceDependency<StatefulSessionBeanCacheProvider>resolve(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) Methods inherited from class org.jboss.as.ejb3.subsystem.StatefulSessionBeanCacheProviderResourceDefinition
configure, 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, isRuntimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.subsystem.resource.ResourceModelResolver
resolve
-
Constructor Details
-
SimpleStatefulSessionBeanCacheProviderResourceDefinition
public SimpleStatefulSessionBeanCacheProviderResourceDefinition()
-
-
Method Details
-
resolve
public org.wildfly.subsystem.service.ServiceDependency<StatefulSessionBeanCacheProvider> resolve(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Throws:
org.jboss.as.controller.OperationFailedException
-