Class JNDIRemoteBindingServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @Deprecated(forRemoval=true)
    public class JNDIRemoteBindingServlet
    extends RemoteBindingServlet
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
    Servlet that binds a repository from a servlet context attribute to JNDI as a remote repository reference.

    The initialization parameters of this servlet are:

    javax.jcr.Repository
    Name of the servlet context attribute that contains the repository. The default value is "javax.jcr.Repository".
    org.apache.jackrabbit.rmi.server.RemoteAdapterFactory
    Name of the remote adapter factory class used to create the remote repository reference. The configured class should have public constructor that takes no arguments.
    location
    Location where to bind the repository in the JNDI directory. The default value is "org/apache/jackrabbit/rmi/remote/RemoteRepository".
    *
    All other init parameters are used as the JNDI environment when instantiating InitialContext for binding up the repository.
    Since:
    1.4
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JNDIRemoteBindingServlet()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void destroy()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Unbinds the remote repository from JNDI.
      void init()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Binds a repository from the servlet context in the configured RMI URL.
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • JNDIRemoteBindingServlet

        public JNDIRemoteBindingServlet()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • init

        public void init()
                  throws javax.servlet.ServletException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Binds a repository from the servlet context in the configured RMI URL.
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException - if the repository could not be bound in RMI
      • destroy

        public void destroy()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Unbinds the remote repository from JNDI.
        Specified by:
        destroy in interface javax.servlet.Servlet
        Overrides:
        destroy in class javax.servlet.GenericServlet