public class Mailbox extends Object
| Constructor and Description |
|---|
Mailbox(Node node,
Poster parent)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
get the MMBase objectnumber of the mailbox
|
int |
getMessageCount()
get message count of this mailbox
|
int |
getMessageNewCount()
get message count unread of this mailbox
|
int |
getMessageUnreadCount()
get message count unread of this mailbox
|
String |
getName()
get the name of the mailbox
|
Node |
getNode()
get the mailbox-node
|
void |
readStats() |
boolean |
remove()
remove the mailbox
|
void |
signalMailboxChange() |
public String getName()
public int getMessageCount()
public int getMessageUnreadCount()
public int getMessageNewCount()
public int getId()
public boolean remove()
true if the remove succeeded, false if it threw an exception.public Node getNode()
public void signalMailboxChange()
public void readStats()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}