public class FileDataStoreResourceDefinition
extends org.jboss.as.controller.SimpleResourceDefinition
ResourceDefinition for the file data store| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.controller.SimpleAttributeDefinition |
PATH |
static org.jboss.as.controller.SimpleAttributeDefinition |
RELATIVE_TO |
static org.jboss.as.controller.capability.RuntimeCapability<Void> |
TIMER_PERSISTENCE_CAPABILITY |
static String |
TIMER_PERSISTENCE_CAPABILITY_NAME |
| Constructor and Description |
|---|
FileDataStoreResourceDefinition(org.jboss.as.controller.services.path.PathManager pathManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final String TIMER_PERSISTENCE_CAPABILITY_NAME
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> TIMER_PERSISTENCE_CAPABILITY
public static final org.jboss.as.controller.SimpleAttributeDefinition PATH
public static final org.jboss.as.controller.SimpleAttributeDefinition RELATIVE_TO
public FileDataStoreResourceDefinition(org.jboss.as.controller.services.path.PathManager pathManager)
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerAttributes in interface org.jboss.as.controller.ResourceDefinitionregisterAttributes in class org.jboss.as.controller.SimpleResourceDefinitionpublic void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations in interface org.jboss.as.controller.ResourceDefinitionregisterOperations in class org.jboss.as.controller.SimpleResourceDefinitionCopyright © 2021 JBoss by Red Hat. All rights reserved.