|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.dao.db.IndexDao
public class IndexDao
IndexDao class.
| Constructor Summary | |
|---|---|
IndexDao()
Constructor for IndexDao. |
|
| Method Summary | |
|---|---|
void |
add(Index i)
add |
Collection<Index> |
getAllIndexes()
getAllIndexes |
List<Index> |
getIndexesForTable(String table)
getIndexesForTable |
void |
remove(String indexName)
remove |
void |
reset()
reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexDao()
Constructor for IndexDao.
| Method Detail |
|---|
public void reset()
reset
public void add(Index i)
add
i - a Index object.public List<Index> getIndexesForTable(String table)
getIndexesForTable
table - a String object.
List object.public Collection<Index> getAllIndexes()
getAllIndexes
Collection object.public void remove(String indexName)
remove
indexName - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||