Compoze Software, Inc.

com.compoze.domino
Class SessionInfo


java.lang.Object

  |

  +--com.compoze.domino.SessionInfo

All Implemented Interfaces:
java.io.Serializable

public abstract class SessionInfo
extends java.lang.Object
implements java.io.Serializable

This class stores summary information about a session.

See Also:
Serialized Form

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

SessionInfo


protected SessionInfo(java.lang.String sSessionID,
                      long lAttachmentSizeLimit,
                      UserInfo userInfo)
Constructor.
Parameters:
sSessionID - the session id
lAttachmentSizeLimit - the attachment size limit (in bytes)
userInfo - the user info
Method Detail

getAttachmentSizeLimit


public long getAttachmentSizeLimit()
Gets the attachment size limit (in bytes).
Returns:
the attachment size limit (in bytes) or 0 for no limit

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.