Interface ScopedServiceTrackerMap<T>


public interface ScopedServiceTrackerMap<T>
Represents a ServiceTrackerMap that also checks for portal instance specialization. A best match is registered for both the portal instance and the key. If no such service exists, the next best matches only the key. If no service is registered for the key, a service registered for the portal instance matches.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    getService(long companyId, String key)
     
  • Method Details

    • close

      void close()
    • getService

      T getService(long companyId, String key)