Class JcaBootstrapContextDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration

    public class JcaBootstrapContextDefinition
    extends org.jboss.as.controller.SimpleResourceDefinition
    Author:
    Tomaz Cerar (c) 2012 Red Hat Inc.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JcaBootstrapContextDefinition.BootstrapCtxParameters  
      • 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.jboss.as.controller.PathElement PATH_BOOTSTRAP_CONTEXT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
      • Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

        getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
    • Field Detail

      • PATH_BOOTSTRAP_CONTEXT

        protected static final org.jboss.as.controller.PathElement PATH_BOOTSTRAP_CONTEXT
    • Method Detail

      • 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