|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.generic.ResourcePool<org.xml.sax.XMLReader>
ecologylab.xml.XMLReaderPool
public class XMLReaderPool
| Field Summary |
|---|
| Fields inherited from class ecologylab.generic.ResourcePool |
|---|
DEFAULT_POOL_SIZE |
| Constructor Summary | |
|---|---|
XMLReaderPool(boolean instantiateResourcesInPool,
int initialPoolSize,
int minimumPoolSize)
|
|
XMLReaderPool(int initialPoolSize,
int minimumPoolSize)
|
|
| Method Summary | |
|---|---|
protected void |
clean(org.xml.sax.XMLReader objectToClean)
Does nothing; XMLReaders CANNOT be cleaned. |
protected org.xml.sax.XMLReader |
generateNewResource()
Instantiates a resource of type T. |
| Methods inherited from class ecologylab.generic.ResourcePool |
|---|
acquire, instantiateResourcesInPool, release |
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLReaderPool(boolean instantiateResourcesInPool,
int initialPoolSize,
int minimumPoolSize)
instantiateResourcesInPool - initialPoolSize - minimumPoolSize -
public XMLReaderPool(int initialPoolSize,
int minimumPoolSize)
initialPoolSize - minimumPoolSize - | Method Detail |
|---|
protected void clean(org.xml.sax.XMLReader objectToClean)
clean in class ResourcePool<org.xml.sax.XMLReader>ResourcePool.clean(java.lang.Object)protected org.xml.sax.XMLReader generateNewResource()
ResourcePool
generateNewResource in class ResourcePool<org.xml.sax.XMLReader>ResourcePool.generateNewResource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||