Class ServiceTracker.AllTracked
java.lang.Object
org.osgi.util.tracker.AbstractTracked<ServiceReference<S>, T, ServiceEvent>
ServiceTracker<S,T>.org.osgi.util.tracker.ServiceTracker.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 AbstractTracked
closed, DEBUG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ServiceTracker.Tracked
customizerAdding, customizerModified, customizerRemoved, modified, serviceChangedMethods inherited from class AbstractTracked
close, copyEntries, copyKeys, getCustomizedObject, getTrackingCount, isEmpty, setInitial, size, track, trackInitial, untrackMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ServiceListener
serviceChanged
-
Constructor Details
-
AllTracked
AllTracked()AllTracked constructor.
-