javax.mail
Class Quota.Resource
java.lang.Object
javax.mail.Quota.Resource
- Quota
public static class Quota.Resource
extends java.lang.Object
An individual quota resource.
long | limit - The usage limit for the resource.
|
String | name - The resource name.
|
long | usage - The current resource usage.
|
Resource(String name, long usage, long limit) - Constructor.
|
limit
public long limit
The usage limit for the resource.
name
public String name
The resource name.
usage
public long usage
The current resource usage.
Resource
public Resource(String name,
long usage,
long limit)
Constructor.
name
- the resource nameusage
- the current usagelimit
- the usage limit
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved