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 DataServerExplorerPoolEntry
public void copyTo(DataServerExplorerPoolEntry target)
copyTo
in interface DataServerExplorerPoolEntry
public DataServerExplorerParameters getExplorerParameters()
getExplorerParameters
in interface DataServerExplorerPoolEntry
public String getDescription()
getDescription
in interface DataServerExplorerPoolEntry
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException
public static void registerPersistenceDefinition()