|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.eventd.JdbcEventdServiceManager
public class JdbcEventdServiceManager
JdbcEventdServiceManager class.
| Constructor Summary | |
|---|---|
JdbcEventdServiceManager()
Constructor for JdbcEventdServiceManager. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
void |
dataSourceSync()
dataSourceSync |
DataSource |
getDataSource()
getDataSource |
int |
getServiceId(String serviceName)
Lookup the service ID for a specific service by name. |
void |
setDataSource(DataSource dataSource)
setDataSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcEventdServiceManager()
Constructor for JdbcEventdServiceManager.
| Method Detail |
|---|
public int getServiceId(String serviceName)
throws org.springframework.dao.DataAccessException
getServiceId in interface EventdServiceManagerserviceName - a String object.
org.springframework.dao.DataAccessException - if there is an error accessing the databasepublic void dataSourceSync()
dataSourceSync
dataSourceSync in interface EventdServiceManager
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public DataSource getDataSource()
getDataSource
DataSource object.public void setDataSource(DataSource dataSource)
setDataSource
dataSource - a DataSource object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||