Generated by
JDiff

Class org.apache.sling.jcr.registration.AbstractRegistrationSupport

Changed Methods
void activate(ComponentContext) Change in signature from ComponentContext to org.osgi.service.component.ComponentContext.
Activates this component thread-safely as follows:
  1. Set the OSGi ComponentContext field
  2. Call .doActivate()
  3. Register repositores bound before activation calling .bindRepository(String, Repository) for each such repository.
void deactivate(ComponentContext) Change in signature from ComponentContext to org.osgi.service.component.ComponentContext.
Deactivates this component thread-safely as follows:
  1. Unregister repositores still bound calling .unbindRepository(String, Object) for each such repository.
ComponentContext getComponentContext() Change in return type from ComponentContext to org.osgi.service.component.ComponentContext.
Returns the OSGi ComponentContext of this component.