クラス org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry

すべてのメンバ一覧

説明

CurrentlyParsingEntry contains a (Request,ParserThread) which is an element of the currentlyParsing Hashtable.

作者:
Emmanuel Cecchet
バージョン:
1.0

ParsingCache.java61 行で定義されています。

Public メソッド

 CurrentlyParsingEntry (ParserThread parserThread, AbstractRequest request)
ParserThread getParserThread ()
AbstractRequest getRequest ()

Private 変数

ParserThread parserThread
AbstractRequest request


コンストラクタとデストラクタ

org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.CurrentlyParsingEntry ParserThread  parserThread,
AbstractRequest  request
 

Constructor for CurrentlyParsingEntry.

引数:
parserThread creating parser thread
request request to parse
ParsingCache.java72 行で定義されています。
00074 { 00075 this.parserThread = parserThread; 00076 this.request = request; 00077 }


メソッド

ParserThread org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.getParserThread  ) 
 

Returns the parserThread.

戻り値:
ParserThread
ParsingCache.java84 行で定義されています。

参照先 org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.parserThread.

参照元 org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.getParsingFromCacheAndParseIfMissing().

00085 { 00086 return parserThread; 00087 }

AbstractRequest org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.getRequest  ) 
 

Returns the request.

戻り値:
AbstractRequest
ParsingCache.java94 行で定義されています。

参照先 org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.request.

参照元 org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.getParsingFromCacheAndParseIfMissing().

00095 { 00096 return request; 00097 }


変数

ParserThread org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.parserThread [private]
 

ParsingCache.java63 行で定義されています。

参照元 org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.getParserThread().

AbstractRequest org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.request [private]
 

ParsingCache.java64 行で定義されています。

参照元 org.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry.getRequest().


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:36 2004に生成されました。 doxygen 1.3.8