|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.SessionInfo
public abstract class SessionInfo
This class stores summary information about a session.
| Constructor Summary | |
|---|---|
protected |
SessionInfo(java.lang.String sSessionID,
long lAttachmentSizeLimit,
UserInfo userInfo)
Constructor. |
| Method Summary | |
|---|---|
long |
getAttachmentSizeLimit()
Gets the attachment size limit (in bytes). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SessionInfo(java.lang.String sSessionID,
long lAttachmentSizeLimit,
UserInfo userInfo)
sSessionID - the session idlAttachmentSizeLimit - the attachment size limit (in bytes)userInfo - the user info| Method Detail |
|---|
public long getAttachmentSizeLimit()
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||