|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceRegistryDao
Registry of all RegisteredServices.
| Method Summary | |
|---|---|
boolean |
delete(RegisteredService registeredService)
Remove the service from the data store. |
RegisteredService |
findServiceById(long id)
|
java.util.List<RegisteredService> |
load()
Retrieve the services from the data store. |
RegisteredService |
save(RegisteredService registeredService)
Persist the service in the data store. |
| Method Detail |
|---|
RegisteredService save(RegisteredService registeredService)
registeredService - the service to persist.
boolean delete(RegisteredService registeredService)
registeredService - the service to remove.
java.util.List<RegisteredService> load()
RegisteredService findServiceById(long id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||