public abstract class AbstractRegistrationSupport
extends java.lang.Object
AbstractRegistrationSupport
class is the base class for
registration purposes of embedded repositories.
This base class cares for synchronization issues of the
activate(ComponentContext)
, deactivate(ComponentContext)
,
bindRepository(ServiceReference)
and
unbindRepository(ServiceReference)
methods. Implementations of the
abstract API may safely assume to run thread-safe.
To ensure this thread-safeness, said methods should not be overwritten.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REPOSITORY_REGISTRATION_NAME
The JCR Repository service registration property used to create
the registration name.
|
Constructor and Description |
---|
AbstractRegistrationSupport() |
public static final java.lang.String REPOSITORY_REGISTRATION_NAME
Copyright © 2010 - 2020 Adobe. All Rights Reserved