public class DefaultDataServerExplorerPoolEntry extends Object implements DataServerExplorerPoolEntry
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DataServerExplorerParameters |
explorer |
protected String |
name |
| Constructor and Description |
|---|
DefaultDataServerExplorerPoolEntry() |
DefaultDataServerExplorerPoolEntry(String name,
String description,
DataServerExplorerParameters explorer) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(DataServerExplorerPoolEntry target) |
String |
getDescription() |
DataServerExplorerParameters |
getExplorerParameters() |
String |
getName() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistenceDefinition() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
protected String name
protected String description
protected DataServerExplorerParameters explorer
public DefaultDataServerExplorerPoolEntry()
public DefaultDataServerExplorerPoolEntry(String name, String description, DataServerExplorerParameters explorer)
public String getName()
getName in interface DataServerExplorerPoolEntrypublic void copyTo(DataServerExplorerPoolEntry target)
copyTo in interface DataServerExplorerPoolEntrypublic DataServerExplorerParameters getExplorerParameters()
getExplorerParameters in interface DataServerExplorerPoolEntrypublic String getDescription()
getDescription in interface DataServerExplorerPoolEntrypublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic static void registerPersistenceDefinition()