net.sf.mud4j.web
Class UserSession

java.lang.Object
  extended by net.sf.mud4j.web.UserSession
All Implemented Interfaces:
java.io.Serializable

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

User session for storing session.

Author:
Matthew Purland
See Also:
Serialized Form

Constructor Summary
UserSession(net.sf.mud4j.account.Account account)
          Create a user session and associate it with an account.
 
Method Summary
 net.sf.mud4j.account.Account getAccount()
          Get the account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSession

public UserSession(net.sf.mud4j.account.Account account)
Create a user session and associate it with an account.

Parameters:
account - Account to associate the session with.
Method Detail

getAccount

public net.sf.mud4j.account.Account getAccount()
Get the account.

Returns:
the account.


Copyright © 2006-2007 mud4j. All Rights Reserved.