Class ManagedExecutorDefinitionDescriptor

    • Constructor Detail

      • ManagedExecutorDefinitionDescriptor

        public ManagedExecutorDefinitionDescriptor()
    • 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.
      • getMaximumPoolSize

        public long getMaximumPoolSize()
      • setMaximumPoolSize

        public void setMaximumPoolSize​(int maximumPoolSize)
      • getHungAfterSeconds

        public long getHungAfterSeconds()
      • setHungAfterSeconds

        public void setHungAfterSeconds​(long hungAfterSeconds)
      • getContext

        public String getContext()
      • setContext

        public void setContext​(String context)
      • addProperty

        public void addProperty​(String key,
                                String value)
      • getProperties

        public Properties getProperties()
      • getURLName

        public static String getURLName​(String thisName)
      • addManagedExecutorPropertyDescriptor

        public void addManagedExecutorPropertyDescriptor​(ResourcePropertyDescriptor propertyDescriptor)