|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.adfconverter.common.util.pool.CorrectableDataTablePool
Pool class for CorrectableDataTable objects Contains a list of available tables. Tables are initialised (created) once, to limit CPU consumption
| Constructor Summary | |
CorrectableDataTablePool()
|
|
| Method Summary | |
static void |
clean()
Cleans the pool |
static CorrectableDataTable |
getItem()
Retrieved a previous initialised/ created object from the pool. |
static void |
init()
Inits the pool. |
static void |
returnItem(CorrectableDataTable sb)
Returns a no more needed CorrectableDataTable object to the pool for reuse. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CorrectableDataTablePool()
| Method Detail |
public static void clean()
public static CorrectableDataTable getItem()
public static void init()
public static void returnItem(CorrectableDataTable sb)
sb - th CorrectableDataTable object to return
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||