public abstract class PersistenceConnector extends Object
| Constructor and Description |
|---|
PersistenceConnector()
Default Constructor
|
PersistenceConnector(String location)
This constructor is used to provide a location where creating persistence
files
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
Close the connection to DB
|
abstract PluginState |
getPluginInstanceState(UUID uuid)
Retrieve the status a running/run
Plugin which is/was identified
by the UUID passed as parameter |
public PersistenceConnector()
public PersistenceConnector(String location)
location - directory where creating the DB filepublic abstract void close()
throws Exception
Exception - if failspublic abstract PluginState getPluginInstanceState(UUID uuid) throws Exception
Plugin which is/was identified
by the UUID passed as parameteruuid - the execution identifier of the running/run PluginPluginState of the PluginException - if failsCopyright © 2015. All Rights Reserved.