|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mailboxmanager.torque.TorqueMailboxSession
public class TorqueMailboxSession
Describes a mailbox session.
Constructor Summary | |
---|---|
TorqueMailboxSession(long sessionId)
|
Method Summary | |
---|---|
void |
close()
Closes this session. |
long |
getSessionId()
Gets the session ID. |
boolean |
isOpen()
Is this session open? |
java.lang.String |
toString()
Renders suitably for logging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TorqueMailboxSession(long sessionId)
Method Detail |
---|
public void close()
MailboxSession
close
in interface MailboxSession
public long getSessionId()
MailboxSession
getSessionId
in interface MailboxSession
public boolean isOpen()
MailboxSession
isOpen
in interface MailboxSession
public java.lang.String toString()
toString
in class java.lang.Object
String
representation of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |