ApplicationContextTracker

public abstract class ApplicationContextTracker extends ServiceTracker

Base class for every class that wishes to track Spring application context. Contains a methods that help with synchronous processing.

Constructors

ApplicationContextTracker

public ApplicationContextTracker(BundleContext context)

Methods

contextInvalidOrProcessed

protected boolean contextInvalidOrProcessed(ServiceReference serviceReference, ApplicationContext applicationContext)

getLock

protected Object getLock()

markAsProcessed

protected void markAsProcessed(ApplicationContext applicationContext)

removeFromProcessed

protected void removeFromProcessed(ApplicationContext applicationContext)