|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mud4j.web.UserSession
public class UserSession
User session for storing session.
| 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 |
|---|
public UserSession(net.sf.mud4j.account.Account account)
account - Account to associate the session with.| Method Detail |
|---|
public net.sf.mud4j.account.Account getAccount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||