public class DeploymentScannerDefinition extends SimpleResourceDefinition
SimpleResourceDefinition.Parameters
Modifier and Type | Field and Description |
---|---|
protected static SimpleAttributeDefinition[] |
ALL_ATTRIBUTES |
protected static SimpleAttributeDefinition |
AUTO_DEPLOY_EXPLODED |
protected static SimpleAttributeDefinition |
AUTO_DEPLOY_XML |
protected static SimpleAttributeDefinition |
AUTO_DEPLOY_ZIPPED |
protected static SimpleAttributeDefinition |
DEPLOYMENT_TIMEOUT |
protected static SimpleAttributeDefinition |
NAME |
protected static SimpleAttributeDefinition |
PATH |
protected static SimpleAttributeDefinition |
RELATIVE_TO |
protected static SimpleAttributeDefinition |
RUNTIME_FAILURE_CAUSES_ROLLBACK |
protected static SimpleAttributeDefinition |
SCAN_ENABLED |
protected static SimpleAttributeDefinition |
SCAN_INTERVAL |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxOccurs, getMinOccurs
protected static final SimpleAttributeDefinition NAME
protected static final SimpleAttributeDefinition PATH
protected static final SimpleAttributeDefinition RELATIVE_TO
protected static final SimpleAttributeDefinition SCAN_ENABLED
protected static final SimpleAttributeDefinition SCAN_INTERVAL
protected static final SimpleAttributeDefinition AUTO_DEPLOY_ZIPPED
protected static final SimpleAttributeDefinition AUTO_DEPLOY_EXPLODED
protected static final SimpleAttributeDefinition AUTO_DEPLOY_XML
protected static final SimpleAttributeDefinition DEPLOYMENT_TIMEOUT
protected static final SimpleAttributeDefinition RUNTIME_FAILURE_CAUSES_ROLLBACK
protected static final SimpleAttributeDefinition[] ALL_ATTRIBUTES
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionCopyright © 2023 JBoss by Red Hat. All rights reserved.