Package muntjac :: Package terminal :: Package gwt :: Package server :: Module abstract_communication_manager :: Class ISession
[hide private]
[frames] | no frames]

Class ISession

source code

object --+
         |
        ISession
Known Subclasses:

Generic wrapper interface for a (HTTP or Portlet) session.

Several applications can be associated with a single session.


Author: peholmst

Instance Methods [hide private]
 
isNew(self) source code
 
getAttribute(self, name) source code
 
setAttribute(self, name, o) source code
 
getMaxInactiveInterval(self) source code
 
getWrappedSession(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__