Class HotRodStoreResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.clustering.controller.AbstractResourceDefinition
-
- org.jboss.as.clustering.controller.ChildResourceDefinition<ManagementResourceRegistration>
-
- org.jboss.as.clustering.infinispan.subsystem.StoreResourceDefinition
-
- org.jboss.as.clustering.infinispan.subsystem.HotRodStoreResourceDefinition
-
- All Implemented Interfaces:
ChildResourceDefinitionRegistration<ManagementResourceRegistration>,ResourceServiceConfiguratorFactory,org.jboss.as.controller.ResourceDefinition
public class HotRodStoreResourceDefinition extends StoreResourceDefinition
Resource description for the addressable resource: /subsystem=infinispan/cache-container=X/cache=Y/store=hotrod- Author:
- Radoslav Husar
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.clustering.infinispan.subsystem.StoreResourceDefinition
StoreResourceDefinition.Capability
-
-
Field Summary
-
Fields inherited from class org.jboss.as.clustering.infinispan.subsystem.StoreResourceDefinition
WILDCARD_PATH
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceServiceConfiguratorcreateServiceConfigurator(org.jboss.as.controller.PathAddress address)-
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.StoreResourceDefinition
pathElement, 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, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
createServiceConfigurator
public ResourceServiceConfigurator createServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
-