AbstractRegistrationSupport
class is the base class for
registration purposes of embedded repositories.AbstractRegistrationSupport.doActivate()
Register repositores bound before activation calling
AbstractRegistrationSupport.bindRepository(String, Repository)
for each such repository.AbstractRegistrationSupport.unbindRepository(String, Object)
for each such repository.ComponentContext
of this component.name
property from the service properties or
null
if no such property exists or the property is an
empty string.RemoteAdapterFactory
to be
used to publish local (server-side) JCR objects to a remote client.JndiRegistrationSupport
extends the
AbstractRegistrationSupport
class to register repositories with a
JNDI context whose provider URL and initial factory class name may be
configured.Throwable
stack trace to the
log service or stderr
if no log service is available.org.apache.sling.jcr.registration
package exports
the AbstractRegistrationSupport
class which may be extended by service exposing JCR Repository services
in any one non-OSGi registry such as RMI or JNDI.RmiRegistrationSupport
extends the
AbstractRegistrationSupport
class to register repositories with an
RMI registry whose provider localhost port may be configured.Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.