Class SingleServerService

    • Constructor Detail

      • SingleServerService

        public SingleServerService()
        Constructs a new service object, providing the single-service invoker as an execution model.
    • Method Detail

      • getConnection

        public Connection getConnection()
                                 throws sailpoint.tools.GeneralException
        Required by the PluginContext interface.

        Implementing this here so that we don’t have to implement it in every sub-class of this class.

        Specified by:
        getConnection in interface sailpoint.plugin.PluginContext
        Returns:
        The plugin database connection
        Throws:
        sailpoint.tools.GeneralException - if a DB connection failure occurs