Class AbstractTransportDefinition

    • 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

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • 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