public class DataServerExplorerPoolImpl extends java.lang.Object implements DataServerExplorerPool
| Constructor and Description |
|---|
DataServerExplorerPoolImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String name,
DataServerExplorerParameters explorer) |
void |
add(java.lang.String name,
java.lang.String description,
DataServerExplorerParameters explorer) |
boolean |
contains(DataServerExplorerPoolEntry entry) |
boolean |
contains(java.lang.String name) |
DataServerExplorerPoolEntry |
createEntry(java.lang.String name,
java.lang.String description,
DataServerExplorerParameters explorer) |
DataServerExplorerPoolEntry |
get(int index) |
DataServerExplorerPoolEntry |
get(java.lang.String name) |
StoresRepository |
getStoresRepository() |
boolean |
isEmpty() |
java.util.Iterator |
iterator() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistenceDefinition() |
void |
remove(DataServerExplorerPoolEntry entry) |
void |
remove(int explorerIndex) |
void |
remove(java.lang.String name) |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
int |
size() |
public boolean contains(java.lang.String name)
contains in interface DataServerExplorerPoolpublic boolean contains(DataServerExplorerPoolEntry entry)
contains in interface DataServerExplorerPoolpublic boolean isEmpty()
isEmpty in interface DataServerExplorerPoolpublic DataServerExplorerPoolEntry createEntry(java.lang.String name, java.lang.String description, DataServerExplorerParameters explorer)
createEntry in interface DataServerExplorerPoolpublic void add(java.lang.String name,
DataServerExplorerParameters explorer)
add in interface DataServerExplorerPoolpublic void add(java.lang.String name,
java.lang.String description,
DataServerExplorerParameters explorer)
add in interface DataServerExplorerPoolpublic void remove(DataServerExplorerPoolEntry entry)
remove in interface DataServerExplorerPoolpublic void remove(int explorerIndex)
remove in interface DataServerExplorerPoolpublic void remove(java.lang.String name)
remove in interface DataServerExplorerPoolpublic int size()
size in interface DataServerExplorerPoolpublic DataServerExplorerPoolEntry get(int index)
get in interface DataServerExplorerPoolpublic DataServerExplorerPoolEntry get(java.lang.String name)
get in interface DataServerExplorerPoolpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterable<DataServerExplorerPoolEntry>iterator in interface DataServerExplorerPoolpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic static void registerPersistenceDefinition()
public StoresRepository getStoresRepository()
getStoresRepository in interface DataServerExplorerPool