public interface EventdServiceManager
EventdServiceManager interface.
Modifier and Type | Method and Description |
---|---|
void |
dataSourceSync()
Synchronize the in-memory cache with the service table in the database.
|
int |
getServiceId(String serviceName)
Lookup the service ID for a specific service by name.
|
int getServiceId(String serviceName) throws org.springframework.dao.DataAccessException
serviceName
- a String
object.org.springframework.dao.DataAccessException
- if there is an error accessing the databaseorg.springframework.dao.DataAccessException
- if any.void dataSourceSync()
Copyright © 2015. All rights reserved.