Package org.apache.jackrabbit.oak.spi.whiteboard
@Version("2.0.0")
package org.apache.jackrabbit.oak.spi.whiteboard
-
ClassDescription
AbstractServiceTracker
is a base class for composite components that dynamically look up the available component services from the whiteboard.A composite of registrations that unregisters all its constituents uponCompositeRegistration.unregister()
.Whiteboard service registration.Tracker<T>Tracker for whiteboard services.Marker interface for services than can hold a whiteboard.DynamicExecutor
based on the available whiteboard services.