com.hazelcast.web.tomcat
Class HazelcastSessionFacade

java.lang.Object
  extended by org.apache.catalina.session.StandardSessionFacade
      extended by com.hazelcast.web.tomcat.HazelcastSessionFacade
All Implemented Interfaces:
javax.servlet.http.HttpSession

public class HazelcastSessionFacade
extends org.apache.catalina.session.StandardSessionFacade

Author:
ali

Constructor Summary
HazelcastSessionFacade(HazelcastSession session)
           
 
Method Summary
 List<HazelcastAttribute> getTouchedAttributes(long requestId)
           
 
Methods inherited from class org.apache.catalina.session.StandardSessionFacade
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HazelcastSessionFacade

public HazelcastSessionFacade(HazelcastSession session)
Method Detail

getTouchedAttributes

public List<HazelcastAttribute> getTouchedAttributes(long requestId)


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.