public class Quota extends Object
Quota.Resource
class. Each resource has a name
(for example, "STORAGE"), a current usage, and a usage limit.
See RFC 2087.Modifier and Type | Class and Description |
---|---|
static class |
Quota.Resource
An individual resource in a quota root.
|
Modifier and Type | Field and Description |
---|---|
String |
quotaRoot
The name of the quota root.
|
Quota.Resource[] |
resources
The set of resources associated with this quota root.
|
public String quotaRoot
public Quota.Resource[] resources
public Quota(String quotaRoot)
quotaRoot
- the name of the quota rootpublic void setResourceLimit(String name, long limit)
name
- the name of the resourcelimit
- the resource limitCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.