public interface QuotaAwareStore
| Modifier and Type | Method and Description |
|---|---|
Quota[] |
getQuota(java.lang.String root)
Get the quotas for the specified root element.
|
void |
setQuota(Quota quota)
Set a quota item.
|
Quota[] getQuota(java.lang.String root) throws MessagingException
root - The root name for the quota information.MessagingException - if the quotas cannot be retrievedvoid setQuota(Quota quota) throws MessagingException
quota - The source quota item.MessagingException - if the quota cannot be set