org.jboss.portal.portlet.support.info
Class SessionInfoSupport

java.lang.Object
  extended by org.jboss.portal.portlet.support.info.SessionInfoSupport
All Implemented Interfaces:
SessionInfo

public class SessionInfoSupport
extends java.lang.Object
implements SessionInfo

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
SessionInfoSupport()
           
SessionInfoSupport(java.lang.Boolean distributed)
           
 
Method Summary
 java.lang.Boolean getDistributed()
           
 void setDistributed(java.lang.Boolean distributed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInfoSupport

public SessionInfoSupport(java.lang.Boolean distributed)

SessionInfoSupport

public SessionInfoSupport()
Method Detail

getDistributed

public java.lang.Boolean getDistributed()
Specified by:
getDistributed in interface SessionInfo

setDistributed

public void setDistributed(java.lang.Boolean distributed)