Package org.jboss.as.xts
Class XTSSubsystemDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.xts.XTSSubsystemDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class XTSSubsystemDefinition extends org.jboss.as.controller.SimpleResourceDefinition- Author:
- Tomaz Cerar
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.as.controller.SimpleAttributeDefinitionASYNC_REGISTRATIONprotected static org.jboss.as.controller.SimpleAttributeDefinitionDEFAULT_CONTEXT_PROPAGATIONprotected static org.jboss.as.controller.SimpleAttributeDefinitionENVIRONMENT_URLprotected static org.jboss.as.controller.SimpleAttributeDefinitionHOST_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedXTSSubsystemDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registration)Registers an add operation handler or a remove operation handler if one was provided to the constructor.-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
HOST_NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition HOST_NAME
-
ENVIRONMENT_URL
protected static final org.jboss.as.controller.SimpleAttributeDefinition ENVIRONMENT_URL
-
DEFAULT_CONTEXT_PROPAGATION
protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_CONTEXT_PROPAGATION
-
ASYNC_REGISTRATION
protected static final org.jboss.as.controller.SimpleAttributeDefinition ASYNC_REGISTRATION
-
-
Method Detail
-
registerOperations
public 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.- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classorg.jboss.as.controller.SimpleResourceDefinition
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
-