Class AbstractServiceTracker<T>

java.lang.Object
org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker<T>
Direct Known Subclasses:
GCMonitorTracker, WhiteboardEditorProvider, WhiteboardExecutor, WhiteboardIndexEditorProvider, WhiteboardIndexProvider

public abstract class AbstractServiceTracker<T> extends Object
AbstractServiceTracker is a base class for composite components that dynamically look up the available component services from the whiteboard.
  • Method Details

    • start

      public void start(Whiteboard whiteboard)
    • stop

      public void stop()