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