Class DeploymentDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

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

      Nested Classes 
      Modifier and Type Class Description
      static class  DeploymentDefinition.SessionStat  
      • 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
      static org.jboss.as.controller.AttributeDefinition CONTEXT_ROOT  
      static org.jboss.as.controller.AttributeDefinition SERVER  
      static org.jboss.as.controller.AttributeDefinition VIRTUAL_HOST  
    • Method Summary

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

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

      • SERVER

        public static final org.jboss.as.controller.AttributeDefinition SERVER
      • CONTEXT_ROOT

        public static final org.jboss.as.controller.AttributeDefinition CONTEXT_ROOT
      • VIRTUAL_HOST

        public static final org.jboss.as.controller.AttributeDefinition VIRTUAL_HOST
    • 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
      • registerOperations

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