|
||||||||||
| 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 quota resource.
| Field Summary | |
|---|---|
long |
limit
The usage limit for the resource. |
String |
name
The resource name. |
long |
usage
The current resource usage. |
| Constructor Summary | |
|---|---|
Quota.Resource(String name,
long usage,
long limit)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public long usage
public long limit
| Constructor Detail |
|---|
public Quota.Resource(String name,
long usage,
long limit)
name - the resource nameusage - the current usagelimit - the usage limit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||