Deprecated API


Contents
Deprecated Classes
com.knowgate.misc.Thumbnail
          Use com.knowgate.hipegate.Image 
 

Deprecated Methods
com.knowgate.lucene.Indexer.add(String, Properties, String, int, String, String, String, String, String, String, String)
          Use add method from Indexer subclasses instead 
com.knowgate.dataobjs.DBPersist.getItems()
          Use keySet() instead 
com.knowgate.dataobjs.DBPersist.getTable()
          Use getTable(JDCConnection) instead 
com.knowgate.dataobjs.DBBind.getTable(String)
          Use getDBTable instead 
com.knowgate.scheduler.WorkerThreadPool.stopAll()
          Use stopAll(JDCConnection) instead 
 

Deprecated Constructors
com.knowgate.misc.CGIParser(InputStream)
          This method does not decode URLEncoded values properly. Please use a method that specifies a character set. 
com.knowgate.misc.CGIParser(Reader)
          This method does not decode URLEncoded values properly. Please use a method that specifies a character set. 
com.knowgate.misc.CGIParser(String)
          This method does not decode URLEncoded values properly. Please use a method that specifies a character set. 
com.knowgate.dataobjs.DBSaxHandler(DBPersist)
          Use DBSaxHandler(DBPersist oPersist, JDCConnection) instead