public class Quota extends Object
2087| Modifier and Type | Class and Description |
|---|---|
static class |
Quota.Resource
An individual quota resource.
|
| Modifier and Type | Field and Description |
|---|---|
String |
quotaRoot
The quota root.
|
Quota.Resource[] |
resources
The resources associated with this quota.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setResourceLimit(String name,
long limit)
Sets a resource limit.
|
public String quotaRoot
public Quota.Resource[] resources
public Quota(String quotaRoot)
quotaRoot - the quota rootpublic void setResourceLimit(String name, long limit)
name - the resource namelimit - the usage limit© Copyright 2003, 2004 The Free Software Foundation, All rights reserved