com.vaadin.terminal.gwt.server
Interface AbstractCommunicationManager.Session
- Enclosing class:
- AbstractCommunicationManager
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
isNew
boolean isNew()
getAttribute
Object getAttribute(String name)
setAttribute
void setAttribute(String name,
Object o)
getMaxInactiveInterval
int getMaxInactiveInterval()
getWrappedSession
Object getWrappedSession()
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.