| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.mail.Quota.Resource
public static class Quota.Resource
An individual resource in a quota root.
| Field Summary | |
|---|---|
|  long | limitThe usage limit for the resource. | 
|  java.lang.String | nameThe name of the resource. | 
|  long | usageThe current usage of the resource. | 
| Constructor Summary | |
|---|---|
| Quota.Resource(java.lang.String name,
               long usage,
               long limit)Construct a Resource object with the given name, usage, and limit. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public java.lang.String name
public long usage
public long limit
| Constructor Detail | 
|---|
public Quota.Resource(java.lang.String name,
                      long usage,
                      long limit)
name - the resource nameusage - the current usage of the resourcelimit - the usage limit for the resource| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41