Uses of Class
org.objectweb.cjdbc.controller.requestmanager.ParserThread

Packages that use ParserThread
org.objectweb.cjdbc.controller.requestmanager Request Manager core including the request parsing cache. 
 

Uses of ParserThread in org.objectweb.cjdbc.controller.requestmanager
 

Fields in org.objectweb.cjdbc.controller.requestmanager declared as ParserThread
private  ParserThread ParsingCache.CurrentlyParsingEntry.parserThread
           
 

Methods in org.objectweb.cjdbc.controller.requestmanager that return ParserThread
 ParserThread ParsingCache.CurrentlyParsingEntry.getParserThread()
          Returns the parserThread.
 

Constructors in org.objectweb.cjdbc.controller.requestmanager with parameters of type ParserThread
ParsingCache.CurrentlyParsingEntry(ParserThread parserThread, AbstractRequest request)
          Constructor for CurrentlyParsingEntry.
 



Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.