|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.asterisk.manager.response.ManagerResponse
net.sf.asterisk.manager.response.MailboxStatusResponse
public class MailboxStatusResponse
A MailboxStatusResponse is sent in response to a MailboxStatusAction and indicates if a set of mailboxes contains waiting messages.
MailboxStatusAction,
Serialized Form| Constructor Summary | |
|---|---|
MailboxStatusResponse()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMailbox()
Returns the names of the mailboxes, separated by ",". |
java.lang.Boolean |
getWaiting()
Returns Boolean.TRUE if at least one of the given mailboxes contains new messages; Boolean.FALSE otherwise. |
void |
setMailbox(java.lang.String mailbox)
Sets the names of the mailboxes. |
void |
setWaiting(java.lang.Boolean waiting)
Set to Boolean.TRUE if at least one of the mailboxes contains new messages; Boolean.FALSE otherwise. |
| Methods inherited from class net.sf.asterisk.manager.response.ManagerResponse |
|---|
getActionId, getAttribute, getAttributes, getDateReceived, getMessage, getResponse, getUniqueId, setActionId, setAttributes, setDateReceived, setMessage, setResponse, setUniqueId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MailboxStatusResponse()
| Method Detail |
|---|
public java.lang.String getMailbox()
public void setMailbox(java.lang.String mailbox)
mailbox - the names of the mailboxes.public java.lang.Boolean getWaiting()
public void setWaiting(java.lang.Boolean waiting)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||