Package org.osgi.util.tracker
Class ServiceTracker.AllTracked
java.lang.Object
org.osgi.util.tracker.AbstractTracked<ServiceReference<S>,T,ServiceEvent>
ServiceTracker<S,T>.Tracked
org.osgi.util.tracker.ServiceTracker.AllTracked
- All Implemented Interfaces:
EventListener
,AllServiceListener
,ServiceListener
- Enclosing class:
- ServiceTracker<S,
T>
private class ServiceTracker.AllTracked
extends ServiceTracker<S,T>.Tracked
implements AllServiceListener
Subclass of Tracked which implements the AllServiceListener interface.
This class is used by the ServiceTracker if open is called with true.
- Since:
- 1.3
-
Field Summary
Fields inherited from class org.osgi.util.tracker.AbstractTracked
closed, DEBUG
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.util.tracker.ServiceTracker.Tracked
customizerAdding, customizerModified, customizerRemoved, modified, serviceChanged
Methods inherited from class org.osgi.util.tracker.AbstractTracked
close, copyEntries, copyKeys, getCustomizedObject, getTrackingCount, isEmpty, setInitial, size, track, trackInitial, untrack
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.osgi.framework.ServiceListener
serviceChanged
-
Constructor Details
-
AllTracked
AllTracked()AllTracked constructor.
-