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