java.lang.Object
org.lucane.server.store.ServiceStore
org.lucane.server.store.sql.SqlServiceStore
- public class SqlServiceStore
- extends org.lucane.server.store.ServiceStore
| 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
SqlServiceStore
public SqlServiceStore()
throws java.lang.Exception
createTable
private void createTable()
throws java.sql.SQLException
storeService
public void storeService(org.lucane.common.concepts.ServiceConcept service)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.ServiceStore
- Store a service
updateService
public void updateService(org.lucane.common.concepts.ServiceConcept service)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.ServiceStore
- Update a service
removeService
public void removeService(org.lucane.common.concepts.ServiceConcept service)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.ServiceStore
- Remove a service
getService
public org.lucane.common.concepts.ServiceConcept getService(java.lang.String name)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.ServiceStore
- Get a service by its name
getAllServices
public java.util.Iterator getAllServices()
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.ServiceStore
- Get all services