public class DeploymentScannerDefinition
extends org.jboss.as.controller.SimpleResourceDefinition
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.as.controller.SimpleAttributeDefinition[] |
ALL_ATTRIBUTES |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
AUTO_DEPLOY_EXPLODED |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
AUTO_DEPLOY_XML |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
AUTO_DEPLOY_ZIPPED |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
DEPLOYMENT_TIMEOUT |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
NAME |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
PATH |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
RELATIVE_TO |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
RUNTIME_FAILURE_CAUSES_ROLLBACK |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
SCAN_ENABLED |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
SCAN_INTERVAL |
| 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, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedprotected static final org.jboss.as.controller.SimpleAttributeDefinition NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition PATH
protected static final org.jboss.as.controller.SimpleAttributeDefinition RELATIVE_TO
protected static final org.jboss.as.controller.SimpleAttributeDefinition SCAN_ENABLED
protected static final org.jboss.as.controller.SimpleAttributeDefinition SCAN_INTERVAL
protected static final org.jboss.as.controller.SimpleAttributeDefinition AUTO_DEPLOY_ZIPPED
protected static final org.jboss.as.controller.SimpleAttributeDefinition AUTO_DEPLOY_EXPLODED
protected static final org.jboss.as.controller.SimpleAttributeDefinition AUTO_DEPLOY_XML
protected static final org.jboss.as.controller.SimpleAttributeDefinition DEPLOYMENT_TIMEOUT
protected static final org.jboss.as.controller.SimpleAttributeDefinition RUNTIME_FAILURE_CAUSES_ROLLBACK
protected static final org.jboss.as.controller.SimpleAttributeDefinition[] ALL_ATTRIBUTES
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 © 2016 JBoss by Red Hat. All rights reserved.