|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.compoze.domino.MailboxQuota
This class contains mailbox quota details.
| Constructor Summary | |
protected |
MailboxQuota(long lWarningThreshold,
long lSizeLimit,
long lCurrentDbSize,
long lMaxDbSize)
Constructor. |
| Method Summary | |
long |
getCurrentDbSize()
Gets the current size of database (in kbyte units). |
long |
getMaxDbSize()
Gets the maximum database file size possible (in kbyte units). |
long |
getSizeLimit()
Gets the database size limit in kbyte units. |
long |
getWarningThreshold()
Gets the database size warning threshold in kbyte units. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected MailboxQuota(long lWarningThreshold,
long lSizeLimit,
long lCurrentDbSize,
long lMaxDbSize)
lWarningThreshold - Database size warning threshold in kbyte unitslSizeLimit - Database size limit in kbyte unitslCurrentDbSize - Current size of database (in kbyte units)lMaxDbSize - Max database file size possible (in kbyte units)| Method Detail |
public long getWarningThreshold()
public long getSizeLimit()
public long getCurrentDbSize()
public long getMaxDbSize()
|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||