站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ContainerSessionInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.container.info
Class ContainerSessionInfo

java.lang.Object
  extended byorg.jboss.portal.portlet.container.info.ContainerSessionInfo
All Implemented Interfaces:
SessionInfo

public class ContainerSessionInfo
extends java.lang.Object
implements SessionInfo

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  java.lang.Boolean distributed
           
 
Constructor Summary
(package private) ContainerSessionInfo(PortletContainer portletContainer)
           
 
Method Summary
 java.lang.Boolean getDistributed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distributed

private java.lang.Boolean distributed
Constructor Detail

ContainerSessionInfo

ContainerSessionInfo(PortletContainer portletContainer)
Method Detail

getDistributed

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