Class ServiceTrackerListFactory
java.lang.Object
com.liferay.osgi.service.tracker.collections.list.ServiceTrackerListFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,T> ServiceTrackerList<T> open(org.osgi.framework.BundleContext bundleContext, Class<S> clazz, String filterString, org.osgi.util.tracker.ServiceTrackerCustomizer<S, T> serviceTrackerCustomizer) 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) static <T> ServiceTrackerList<T>static <T> ServiceTrackerList<T>static <T> ServiceTrackerList<T>open(org.osgi.framework.BundleContext bundleContext, Class<T> clazz, String filterString, Comparator<org.osgi.framework.ServiceReference<T>> comparator) static <T> ServiceTrackerList<T>open(org.osgi.framework.BundleContext bundleContext, Class<T> clazz, Comparator<org.osgi.framework.ServiceReference<T>> comparator)
-
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)
-