Package io.wcm.sling.commons.osgi
Class RankedServices<T>
java.lang.Object
io.wcm.sling.commons.osgi.RankedServices<T>
- Type Parameters:
T- Service type
- All Implemented Interfaces:
Iterable<T>
@Deprecated(since="1.0.0")
@ProviderType
public final class RankedServices<T>
extends Object
implements Iterable<T>
Deprecated.
Helper class that collects all services registered via OSGi bind/unbind methods.
The services are ordered by service ranking and can be iterated directly using this object instance.
Implementation is thread-safe.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.Notification for changes on services list. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Instantiate without change listener.RankedServices(RankedServices.ChangeListener changeListener) Deprecated.Instantiate without change listener. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Handle bind service event.get()Deprecated.Lists all services registered in OSGi, sorted by service ranking.iterator()Deprecated.Iterates all services registered in OSGi, sorted by service ranking.voidDeprecated.Handle unbind service event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RankedServices
public RankedServices()Deprecated.Instantiate without change listener. -
RankedServices
Deprecated.Instantiate without change listener.- Parameters:
changeListener- Change listener
-
-
Method Details
-
bind
Deprecated.Handle bind service event.- Parameters:
service- Service instanceprops- Service reference properties
-
unbind
Deprecated.Handle unbind service event.- Parameters:
service- Service instanceprops- Service reference properties
-
get
Deprecated.Lists all services registered in OSGi, sorted by service ranking.- Returns:
- Collection of service instances
-
iterator
Deprecated.Iterates all services registered in OSGi, sorted by service ranking.
-
org.apache.sling.commons.osgi.RankedServicesinstead.