org.objectweb.cjdbc.controller.cache.parsing
Class ParsingCache.CurrentlyParsingEntry

java.lang.Object
  extended byorg.objectweb.cjdbc.controller.cache.parsing.ParsingCache.CurrentlyParsingEntry
Enclosing class:
ParsingCache

private class ParsingCache.CurrentlyParsingEntry
extends java.lang.Object

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

Version:
1.0
Author:
Emmanuel Cecchet

Field Summary
private  ParserThread parserThread
           
private  AbstractRequest request
           
 
Constructor Summary
ParsingCache.CurrentlyParsingEntry(ParserThread parserThread, AbstractRequest request)
          Constructor for CurrentlyParsingEntry.
 
Method Summary
 ParserThread getParserThread()
          Returns the parserThread.
 AbstractRequest getRequest()
          Returns the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parserThread

private ParserThread parserThread

request

private AbstractRequest request
Constructor Detail

ParsingCache.CurrentlyParsingEntry

public ParsingCache.CurrentlyParsingEntry(ParserThread parserThread,
                                          AbstractRequest request)
Constructor for CurrentlyParsingEntry.

Parameters:
parserThread - creating parser thread
request - request to parse
Method Detail

getParserThread

public ParserThread getParserThread()
Returns the parserThread.

Returns:
ParserThread

getRequest

public AbstractRequest getRequest()
Returns the request.

Returns:
AbstractRequest


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