@Deprecated public abstract class Persistence<P extends PersistenceConnector> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
Deprecated.
|
protected P |
persistenceConnector
Deprecated.
|
protected UUID |
uuid
Deprecated.
|
| Constructor and Description |
|---|
Persistence(P persistenceConnector,
String name,
UUID uuid)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addEvolution(long timestamp,
PluginState pluginState)
Deprecated.
|
PluginState |
getState()
Deprecated.
|
protected final String name
protected final P extends PersistenceConnector persistenceConnector
protected final UUID uuid
@Deprecated public Persistence(P persistenceConnector, String name, UUID uuid)
persistenceConnector - the PersistenceConnector which
created and/or opened the connection to DBname - the name get from PluginDeclaration) related to the
running Pluginuuid - the execution identifier@Deprecated public abstract void addEvolution(long timestamp, PluginState pluginState) throws Exception
timestamp - the time of the new PluginStatepluginState - the PluginState valueException - if fails@Deprecated public PluginState getState() throws Exception
PluginState valueException - if fails to retrieve the PluginState from DBCopyright © 2016. All Rights Reserved.