public class OsgiServiceSortedList extends OsgiServiceList
Comparable,
Comparator,
SortedSetOsgiServiceList.OsgiServiceListIteratorOsgiServiceCollection.OsgiServiceIteratorstorageservices, servicesIdMap| Constructor and Description |
|---|
OsgiServiceSortedList(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
Comparator comparator,
ServiceProxyCreator proxyCreator,
boolean useServiceReference) |
OsgiServiceSortedList(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
ServiceProxyCreator proxyCreator,
boolean useServiceReference) |
| Modifier and Type | Method and Description |
|---|---|
Comparator |
comparator() |
protected DynamicCollection |
createInternalDynamicStorage()
Create the dynamic storage used internally.
|
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, afterPropertiesSet, clear, contains, containsAll, destroy, isEmpty, isSatisfied, iterator, mandatoryServiceCheck, remove, removeAll, retainAll, setListeners, setRequiredAtStartup, setServiceImporter, setServiceImporterName, setStateListeners, setUseBlueprintExceptions, size, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic OsgiServiceSortedList(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
ServiceProxyCreator proxyCreator,
boolean useServiceReference)
filter - context - classLoader - public OsgiServiceSortedList(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
Comparator comparator,
ServiceProxyCreator proxyCreator,
boolean useServiceReference)
protected DynamicCollection createInternalDynamicStorage()
OsgiServiceCollectioncreateInternalDynamicStorage in class OsgiServiceListpublic Comparator comparator()
Copyright © 2006–2015. All rights reserved.