We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.server.
Interface AbstractCommunicationManager.Session
Enclosing class:
protected static interface AbstractCommunicationManager.Session
Generic wrapper interface for a (HTTP or Portlet) session. Several applications can be associated with a single session. TODO Document me!
Author:
peholmst
See Also:
HttpSession
,
PortletSession
Method Summary | |
---|---|
Object |
getAttribute(String name)
|
int |
getMaxInactiveInterval()
|
Object |
getWrappedSession()
|
boolean |
isNew()
|
void |
setAttribute(String name,
Object o)
|
Method Detail |
---|
isNew
boolean isNew()
getAttribute
Object getAttribute(String name)
setAttribute
void setAttribute(String name,
Object o)
getMaxInactiveInterval
int getMaxInactiveInterval()
getWrappedSession
Object getWrappedSession()