Interface LiveDataSourcesResource


public interface LiveDataSourcesResource
Provides the list of existing LiveDataSource implementations.
Since:
12.10
Version:
$Id: c309a0c61d79e42b8bad641a2cd6fdb549c23827 $
  • Method Summary

    Modifier and Type
    Method
    Description
    getSources(String namespace)
    Looks for LiveDataSource implementations in the current name-space or the specified one and returns the list.
  • Method Details

    • getSources

      Sources getSources(String namespace) throws Exception
      Looks for LiveDataSource implementations in the current name-space or the specified one and returns the list.
      Parameters:
      namespace - the component manager name-space where to look for LiveDataSource implementations; if not specified then the context / current name-space is used
      Returns:
      the list of LiveDataSource implementations available in the specified name-space or the current name-space
      Throws:
      Exception - if retrieving the list of LiveDataSource implementations fails