Deprecated API


Contents
Deprecated Fields
org.jboss.web.tomcat.service.session.ClusteredSipSession.isSessionModifiedSinceLastSave
          not used 
org.jboss.web.tomcat.service.session.ClusteredSipApplicationSession.isSessionModifiedSinceLastSave
          not used 
 

Deprecated Methods
org.jboss.web.tomcat.service.session.ClusteredSipSession.removeAttributeInternal(String, boolean, boolean)
          will be replaced by removeJBossInternalAttribute(String, boolean, boolean) 
org.jboss.web.tomcat.service.session.ClusteredSipApplicationSession.removeAttributeInternal(String, boolean, boolean)
          will be replaced by removeJBossInternalAttribute(String, boolean, boolean) 
org.jboss.web.tomcat.service.session.ClusteredSipSession.removeJBossInternalAttribute(String)
          will be replaced by removeJBossInternalAttribute(String, boolean, boolean) 
org.jboss.web.tomcat.service.session.ClusteredSipApplicationSession.removeJBossInternalAttribute(String)
          will be replaced by removeJBossInternalAttribute(String, boolean, boolean) 
org.jboss.web.tomcat.service.session.ClusteredSipSession.sessionDirty()
          use one of the more fine-grained methods. 
org.jboss.web.tomcat.service.session.ClusteredSipApplicationSession.sessionDirty()
          use one of the more fine-grained methods. 
org.jboss.web.tomcat.service.session.ClusteredSipSession.setIsOutdated(boolean)
          use ClusteredSipSession.setOutdatedVersion(int) and ClusteredSipSession.clearOutdated() 
org.jboss.web.tomcat.service.session.ClusteredSipApplicationSession.setIsOutdated(boolean)
          use ClusteredSipApplicationSession.setOutdatedVersion(int) and ClusteredSipApplicationSession.clearOutdated() 
 



Copyright © 2008. All Rights Reserved.