public class SessionUser extends Object implements javax.servlet.http.HttpSessionBindingListener, Serializable
| Constructor and Description |
|---|
SessionUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUserId() |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) |
public SessionUser(String userId)
public String getUserId()
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerpublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenerCopyright © 2013–2016 V5 Analytics. All rights reserved.