JavaScript is disabled on your browser.
Skip navigation links
javax.mail

Class Quota.Resource

  • Enclosing class:
    Quota


    public static class Quota.Resource
    extends Object 
    An individual resource in a quota root.
    Since:
    JavaMail 1.4
    • Field Detail

      • name

        public String name
        The name of the resource.
      • usage

        public long usage
        The current usage of the resource.
      • limit

        public long limit
        The usage limit for the resource.
    • Constructor Detail

      • Resource

        public Resource(String name,
         long usage,
         long limit)
        Construct a Resource object with the given name, usage, and limit.
        Parameters:
        name - the resource name
        usage - the current usage of the resource
        limit - the usage limit for the resource
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /