org.apache.jackrabbit.servlet.remote
Class RMIRemoteBindingServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.jackrabbit.servlet.remote.RemoteBindingServlet
              extended by org.apache.jackrabbit.servlet.remote.RMIRemoteBindingServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class RMIRemoteBindingServlet
extends RemoteBindingServlet

Servlet that binds a repository from a servlet context attribute in RMI.

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.
url
RMI URL where to bind the repository in. The default value is "//localhost/javax/jcr/Repository".

Since:
1.4
See Also:
Serialized Form

Constructor Summary
RMIRemoteBindingServlet()
           
 
Method Summary
 void destroy()
          Unbinds the repository from RMI.
 void init()
          Binds a repository from the servlet context in the configured RMI URL.
 
Methods inherited from class org.apache.jackrabbit.servlet.remote.RemoteBindingServlet
doGet, getRemoteRepository
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIRemoteBindingServlet

public RMIRemoteBindingServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
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()
Unbinds the repository from RMI.

Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.