|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |