Class AbstractTransportDefinition

    • Nested Class Summary

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

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean isAcceptor  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractTransportDefinition​(boolean isAcceptor, String specificType, org.jboss.as.controller.AttributeDefinition... attrs)  
    • Method Summary

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

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

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • isAcceptor

        protected final boolean isAcceptor
    • Constructor Detail

      • AbstractTransportDefinition

        protected AbstractTransportDefinition​(boolean isAcceptor,
                                              String specificType,
                                              org.jboss.as.controller.AttributeDefinition... attrs)
    • Method Detail

      • registerChildren

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