Class ManagedThreadFactoryDefinitionDescriptor

    • Constructor Detail

      • ManagedThreadFactoryDefinitionDescriptor

        public ManagedThreadFactoryDefinitionDescriptor()
    • 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)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • getProperties

        public Properties getProperties()
      • setProperties

        public void setProperties​(Properties properties)
      • getURLName

        public static String getURLName​(String thisName)
      • addManagedThreadFactoryPropertyDescriptor

        public void addManagedThreadFactoryPropertyDescriptor​(ResourcePropertyDescriptor propertyDescriptor)