Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Deprecated API

Deprecated Classes
org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
            
org.apache.catalina.cluster.session.StandardSessionContext
          As of Java Servlet API 2.1 with no replacement. The interface will be removed in a future version of this API. 
 

Deprecated Methods
org.apache.catalina.cluster.session.StandardSessionContext.getIds()
          As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of the API. 
org.apache.catalina.cluster.session.StandardSessionContext.getSession(String)
          As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of the API. 
org.apache.catalina.cluster.session.DeltaSession.getSessionContext()
          As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API. 
org.apache.catalina.cluster.session.DeltaSession.getValue(String)
          As of Version 2.2, this method is replaced by getAttribute() 
org.apache.catalina.cluster.session.DeltaSession.getValueNames()
          As of Version 2.2, this method is replaced by getAttributeNames() 
org.apache.catalina.cluster.session.DeltaSession.putValue(String, Object)
          As of Version 2.2, this method is replaced by setAttribute() 
org.apache.catalina.cluster.session.DeltaSession.removeValue(String)
          As of Version 2.2, this method is replaced by removeAttribute()