|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.applications.mmbob.Mailbox
public class Mailbox
| Constructor Summary | |
|---|---|
Mailbox(Node node,
Poster parent)
Constructor |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mailbox(Node node,
Poster parent)
node - mailboxparent - poster| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||