java.lang.Object
org.lucane.server.store.PluginStore
org.lucane.server.store.sql.SqlPluginStore
- public class SqlPluginStore
- extends org.lucane.server.store.PluginStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TABLENAME
private static final java.lang.String TABLENAME
- See Also:
- Constant Field Values
layer
private org.lucane.server.database.DatabaseAbstractionLayer layer
SqlPluginStore
public SqlPluginStore()
throws java.lang.Exception
createTable
private void createTable()
throws java.sql.SQLException
storePlugin
public void storePlugin(org.lucane.common.concepts.PluginConcept plugin)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.PluginStore
- Store a plugin concept.
updatePlugin
public void updatePlugin(org.lucane.common.concepts.PluginConcept plugin)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.PluginStore
- Update a plugin concept.
removePlugin
public void removePlugin(org.lucane.common.concepts.PluginConcept plugin)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.PluginStore
- Remove a plugin from the store.
getPlugin
public org.lucane.common.concepts.PluginConcept getPlugin(java.lang.String name)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.PluginStore
- Retrieve a plugin by its name
getAllPlugins
public java.util.Iterator getAllPlugins()
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.PluginStore
- Get all plugins