Class ServiceTrackerListFactory

java.lang.Object
com.liferay.osgi.service.tracker.collections.list.ServiceTrackerListFactory

public class ServiceTrackerListFactory extends Object
  • Constructor Details

    • ServiceTrackerListFactory

      public ServiceTrackerListFactory()
  • Method Details

    • open

      public static <S, T> ServiceTrackerList<T> open(org.osgi.framework.BundleContext bundleContext, Class<S> clazz, String filterString, org.osgi.util.tracker.ServiceTrackerCustomizer<S,T> serviceTrackerCustomizer)
    • open

      public static <S, T> ServiceTrackerList<T> open(org.osgi.framework.BundleContext bundleContext, Class<S> clazz, String filterString, org.osgi.util.tracker.ServiceTrackerCustomizer<S,T> serviceTrackerCustomizer, Comparator<org.osgi.framework.ServiceReference<S>> comparator)
    • open

      public static <T> ServiceTrackerList<T> open(org.osgi.framework.BundleContext bundleContext, Class<T> clazz)
    • open

      public static <T> ServiceTrackerList<T> open(org.osgi.framework.BundleContext bundleContext, Class<T> clazz, Comparator<org.osgi.framework.ServiceReference<T>> comparator)
    • open

      public static <T> ServiceTrackerList<T> open(org.osgi.framework.BundleContext bundleContext, Class<T> clazz, String filterString)
    • open

      public static <T> ServiceTrackerList<T> open(org.osgi.framework.BundleContext bundleContext, Class<T> clazz, String filterString, Comparator<org.osgi.framework.ServiceReference<T>> comparator)