|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface QuotaAwareStore
An interface implemented by Stores that support quotas.
The getQuota and setQuota methods
support the quota model defined by the IMAP QUOTA extension.
Refer to RFC 2087
for more information.
| 方法摘要 | |
|---|---|
Quota[] |
getQuota(String root)
Get the quotas for the named quota root. |
void |
setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument. |
| 方法详细信息 |
|---|
Quota[] getQuota(String root)
throws MessagingException
root - the name of the quota root
MessagingException - if the server doesn't support the
QUOTA extension
void setQuota(Quota quota)
throws MessagingException
getQuota method, but it need not be.
quota - the quota to set
MessagingException - if the server doesn't support the
QUOTA extension
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||