javax.mail
public static class Quota.Resource extends Object
Since: JavaMail 1.4
Field Summary | |
---|---|
long | limit
The usage limit for the resource. |
String | name
The resource name. |
long | usage
The current resource usage. |
Constructor Summary | |
---|---|
Resource(String name, long usage, long limit)
Constructor. |
Parameters: name the resource name usage the current usage limit the usage limit