Class TimeoutValueDescriptor

  • All Implemented Interfaces:
    Serializable

    public class TimeoutValueDescriptor
    extends org.glassfish.deployment.common.Descriptor
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.glassfish.deployment.common.Descriptor

        DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TimeUnit getUnit()  
      long getValue()  
      void setUnit​(TimeUnit t)  
      void setValue​(long l)  
      • Methods inherited from class org.glassfish.deployment.common.Descriptor

        addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
      • Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor

        addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
    • Constructor Detail

      • TimeoutValueDescriptor

        public TimeoutValueDescriptor()
    • Method Detail

      • setValue

        public void setValue​(long l)
      • setUnit

        public void setUnit​(TimeUnit t)
      • getValue

        public long getValue()