de.kosi.session
Class SessionListEntry

java.lang.Object
  |
  +--de.kosi.session.SessionListEntry
All Implemented Interfaces:
java.io.Serializable

public class SessionListEntry
extends java.lang.Object
implements java.io.Serializable

Entry in the session list erturned by ServerSessionInformation.

ChangeLog:

 $Log: SessionListEntry.java,v $
 Revision 1.2  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

 Revision 1.1.1.1  2001/04/29 18:05:19  jiriki
 Imported sources from zola.

 Revision 1.2  2001/03/15 19:31:51  wombat
 Updated Documentation

 

Version:
$Revision: 1.2 $ ($Date: 2001/06/04 14:21:10 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher
See Also:
Serialized Form

Constructor Summary
SessionListEntry(Session session, java.lang.String username)
          Creates a new SessionListEntry.
 
Method Summary
 Session getSession()
          Returns the session of this entry.
 java.lang.String getUserName()
          Returns the username of this entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionListEntry

public SessionListEntry(Session session,
                        java.lang.String username)
Creates a new SessionListEntry.
Parameters:
session - Session this ListEntry is created for.
username - usernma this session belongs to.
Method Detail

getSession

public Session getSession()
Returns the session of this entry.
Returns:
The session.

getUserName

public java.lang.String getUserName()
Returns the username of this entry.
Returns:
the username.