Class JdbcEventdServiceManager

  • All Implemented Interfaces:
    EventdServiceManager, org.springframework.beans.factory.InitializingBean

    public class JdbcEventdServiceManager
    extends Object
    implements org.springframework.beans.factory.InitializingBean, EventdServiceManager

    JdbcEventdServiceManager class.

    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • JdbcEventdServiceManager

        public JdbcEventdServiceManager()

        Constructor for JdbcEventdServiceManager.

    • Method Detail

      • getServiceId

        public int getServiceId​(String serviceName)
                         throws org.springframework.dao.DataAccessException
        Lookup the service ID for a specific service by name.
        Specified by:
        getServiceId in interface EventdServiceManager
        Parameters:
        serviceName - a String object.
        Returns:
        service ID for the given service name or -1 if not found
        Throws:
        org.springframework.dao.DataAccessException - if there is an error accessing the database
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception

        afterPropertiesSet

        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception - if any.
      • setDataSource

        public void setDataSource​(DataSource dataSource)

        setDataSource

        Parameters:
        dataSource - a DataSource object.