public class XTSSubsystemDefinition
extends org.jboss.as.controller.SimpleResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.as.controller.SimpleAttributeDefinition |
DEFAULT_CONTEXT_PROPAGATION |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
ENVIRONMENT_URL |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
HOST_NAME |
protected static XTSSubsystemDefinition |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
Registers an add operation handler or a remove operation handler if one was provided to the constructor.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
protected static final XTSSubsystemDefinition INSTANCE
protected static final org.jboss.as.controller.SimpleAttributeDefinition HOST_NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition ENVIRONMENT_URL
protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_CONTEXT_PROPAGATION
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
registerOperations
in interface org.jboss.as.controller.ResourceDefinition
registerOperations
in class org.jboss.as.controller.SimpleResourceDefinition
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerAttributes
in interface org.jboss.as.controller.ResourceDefinition
registerAttributes
in class org.jboss.as.controller.SimpleResourceDefinition
Copyright © 2017 JBoss by Red Hat. All rights reserved.