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

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()