|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailboxSession
Mailbox session.
| Nested Class Summary | |
|---|---|
static interface |
MailboxSession.User
A mailbox user. |
| Method Summary | |
|---|---|
void |
close()
Closes this session. |
java.util.Map<java.lang.Object,java.lang.Object> |
getAttributes()
Return the stored attributes for this MailboxSession. |
org.apache.commons.logging.Log |
getLog()
Gets the logger for this session context. |
java.lang.String |
getOtherUsersSpace()
Gets the RFC 2342 other users namespace for the current session. |
java.lang.String |
getPersonalSpace()
Gets the RFC 2342 personal namespace for the current session. |
long |
getSessionId()
Gets the session ID. |
java.util.Collection<java.lang.String> |
getSharedSpaces()
Iterates the RFC 2342 Shared Namespaces available for the current session. |
MailboxSession.User |
getUser()
Gets the user executing this session. |
boolean |
isOpen()
Is this session open? |
| Method Detail |
|---|
long getSessionId()
boolean isOpen()
void close()
org.apache.commons.logging.Log getLog()
MailboxSession.User getUser()
java.lang.String getPersonalSpace()
java.lang.String getOtherUsersSpace()
java.util.Collection<java.lang.String> getSharedSpaces()
java.util.Map<java.lang.Object,java.lang.Object> getAttributes()
MailboxSession.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||