|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimx.nuggets.javamail.Usage
public class Usage
The data object that encapsulate the mail box usage information.
Field Summary | |
---|---|
long |
msgQuota
The maximum number of message allowed in the mailbox. |
long |
msgUsed
The number of messages stored in the mailbox currently. |
long |
spaceQuota
The usage quota of the mail box. |
long |
spaceUsed
The amount of space used from the mail box. |
Constructor Summary | |
---|---|
Usage(long newSpaceUsed,
long newSpaceQuota,
long newMsgUsed,
long newMsgQuota)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
toString()
Format the content of this object into string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long spaceUsed
public long spaceQuota
public long msgUsed
public long msgQuota
Constructor Detail |
---|
public Usage(long newSpaceUsed, long newSpaceQuota, long newMsgUsed, long newMsgQuota)
newSpaceUsed
- the amount of space usednewSpaceQuota
- the amount of space allowed.newMsgUsed
- the number of message used.newMsgQuota
- the maximum number of message allowed.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.