Class AbstractTransportDefinition

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AbstractTransportDefinition.TransportCapabilityReferenceRecorder  
      • 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
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()  
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)  
      void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)  
      • Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

        getChildren, registerChildren
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

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

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

      • AbstractTransportDefinition

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

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

      • getAttributes

        public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
        Specified by:
        getAttributes in class org.jboss.as.controller.PersistentResourceDefinition
      • registerAttributes

        public void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
        Specified by:
        registerAttributes in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerAttributes in class org.jboss.as.controller.PersistentResourceDefinition
      • registerOperations

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