|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dataentry.util.DataEntryPool
Implementacao de uma pool de DataEntrys (singleton). Company MoreData
| Field Summary | |
static java.lang.String |
DATAENTRY_POOL_KEY
Chave usada para guardar a pool na sessao. |
| Constructor Summary | |
DataEntryPool()
|
|
| Method Summary | |
void |
add(DataEntry dataEntry)
Adiciona um DataEntry a pool. |
DataEntry |
get(java.lang.String dataEntryName)
Devolve um DataEntry que se encontre na pool. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DATAENTRY_POOL_KEY
| Constructor Detail |
public DataEntryPool()
| Method Detail |
public void add(DataEntry dataEntry)
throws java.lang.NullPointerException
java.lang.NullPointerExceptionpublic DataEntry get(java.lang.String dataEntryName)
dataEntryName - The DataEntry name.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||