This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.mail
class Quota.Resource

javax.mail.Quota.Resource
Enclosing class:
Quota

public static class Quota.Resource
extends Object

An individual resource in a quota root.


Field Summary
 long limit
          The usage limit for the resource.
 String name
          The name of the resource.
 long usage
          The current usage of the resource.
 
Constructor Summary
Quota.Resource(String name, long usage, long limit)

          Construct a Resource object with the given name, usage, and limit.
 

Field Detail

limit

public long limit
The usage limit for the resource.

name

public String name
The name of the resource.

usage

public long usage
The current usage of the resource.
Constructor Detail

Quota.Resource

public Quota.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


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.