Class XTSSubsystemDefinition

java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.xts.XTSSubsystemDefinition
All Implemented Interfaces:
org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration

public class XTSSubsystemDefinition extends org.jboss.as.controller.SimpleResourceDefinition
Author:
Tomaz Cerar
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

    org.jboss.as.controller.SimpleResourceDefinition.Parameters

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition

    org.jboss.as.controller.ResourceDefinition.AbstractConfigurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.Builder, org.jboss.as.controller.ResourceDefinition.Configurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.MinimalBuilder, org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration

    org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    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.

    Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

    getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated

    Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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
  • Constructor Details

    • XTSSubsystemDefinition

      protected XTSSubsystemDefinition()
  • Method Details

    • 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:
      registerOperations in interface org.jboss.as.controller.ResourceDefinition
      Overrides:
      registerOperations in class org.jboss.as.controller.SimpleResourceDefinition
    • registerAttributes

      public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
      Specified by:
      registerAttributes in interface org.jboss.as.controller.ResourceDefinition
      Overrides:
      registerAttributes in class org.jboss.as.controller.SimpleResourceDefinition