|
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
public class Quota
This class represents a set of quotas for a given quota root.
Each quota root has a set of resources, represented by the
Quota.Resource
class. Each resource has a name
(for example, "STORAGE"), a current usage, and a usage limit.
See RFC 2087.
Nested Class Summary | |
---|---|
static class |
Quota.Resource
An individual resource in a quota root. |
Field Summary | |
---|---|
String |
quotaRoot
The name of the quota root. |
Quota.Resource[] |
resources
The set of resources associated with this quota root. |
Constructor Summary | |
---|---|
Quota(String quotaRoot)
Create a Quota object for the named quotaroot with no associated resources. |
Method Summary | |
---|---|
void |
setResourceLimit(String name,
long limit)
Set a resource limit for this quota root. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String quotaRoot
public Quota.Resource[] resources
Constructor Detail |
---|
public Quota(String quotaRoot)
quotaRoot
- the name of the quota rootMethod Detail |
---|
public void setResourceLimit(String name, long limit)
name
- the name of the resourcelimit
- the resource limit
|
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.