|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.Quota.Resource
public static class Quota.Resource
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. |
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 usage of the resourcelimit
- the usage limit for the resource
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.