Class ManagedScheduledExecutorDefinitionDescriptor

    • Constructor Detail

      • ManagedScheduledExecutorDefinitionDescriptor

        public ManagedScheduledExecutorDefinitionDescriptor()
    • Method Detail

      • getName

        public String getName()
        Description copied from class: Descriptor
        The name of this descriptor as a String.
        Overrides:
        getName in class Descriptor
        Returns:
        the name of this descriptor
      • setName

        public void setName​(String name)
        Description copied from class: Descriptor
        Sets the name of this descriptor.
        Overrides:
        setName in class Descriptor
        Parameters:
        name - the new name of the descriptor.
      • getContext

        public String getContext()
      • setContext

        public void setContext​(String context)
      • getHungTaskThreshold

        public long getHungTaskThreshold()
      • setHungTaskThreshold

        public void setHungTaskThreshold​(long hungTaskThreshold)
      • getMaxAsync

        public int getMaxAsync()
      • setMaxAsync

        public void setMaxAsync​(int maxAsync)
      • getProperties

        public Properties getProperties()
      • setProperties

        public void setProperties​(Properties properties)
      • getURLName

        public static String getURLName​(String thisName)
      • addManagedScheduledExecutorDefinitionDescriptor

        public void addManagedScheduledExecutorDefinitionDescriptor​(ResourcePropertyDescriptor propertyDescriptor)