|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserThread | |
org.objectweb.cjdbc.controller.cache.parsing | ParsingCache caches the request parsing meta-information so that a request is parsed only once if it is executed secveral times. |
Uses of ParserThread in org.objectweb.cjdbc.controller.cache.parsing |
Fields in org.objectweb.cjdbc.controller.cache.parsing declared as ParserThread | |
private ParserThread |
ParsingCache.CurrentlyParsingEntry.parserThread
|
Methods in org.objectweb.cjdbc.controller.cache.parsing that return ParserThread | |
ParserThread |
ParsingCache.CurrentlyParsingEntry.getParserThread()
Returns the parserThread. |
Constructors in org.objectweb.cjdbc.controller.cache.parsing with parameters of type ParserThread | |
ParsingCache.CurrentlyParsingEntry(ParserThread parserThread,
AbstractRequest request)
Constructor for CurrentlyParsingEntry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |