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

ProducerSessionInformation.SessionInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.consumer
Class ProducerSessionInformation.SessionInfo

java.lang.Object
  extended byorg.jboss.portal.wsrp.consumer.ProducerSessionInformation.SessionInfo
Enclosing class:
ProducerSessionInformation

private class ProducerSessionInformation.SessionInfo
extends java.lang.Object


Field Summary
private  long lastInvocationTime
           
private  SessionContext sessionContext
           
 
Constructor Summary
ProducerSessionInformation.SessionInfo(SessionContext sessionContext)
           
 
Method Summary
 java.lang.String getSessionId()
           
private  boolean isStillValid()
          Checks that the session associated with the session context hasn't expired and update the last invocation time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionContext

private SessionContext sessionContext

lastInvocationTime

private long lastInvocationTime
Constructor Detail

ProducerSessionInformation.SessionInfo

public ProducerSessionInformation.SessionInfo(SessionContext sessionContext)
Method Detail

isStillValid

private boolean isStillValid()
Checks that the session associated with the session context hasn't expired and update the last invocation time

Returns:

getSessionId

public java.lang.String getSessionId()