| Modifier and Type | Field and Description |
|---|---|
long |
limit
The usage limit for the resource.
|
String |
name
The resource name.
|
long |
usage
The current resource usage.
|
| Constructor and Description |
|---|
Quota.Resource(String name,
long usage,
long limit)
Constructor.
|
public String name
public long usage
public long limit
public Quota.Resource(String name, long usage, long limit)
name - the resource nameusage - the current usagelimit - the usage limit© Copyright 2003, 2004 The Free Software Foundation, All rights reserved