public class RMIRemoteBindingServlet extends RemoteBindingServlet
The initialization parameters of this servlet are:
javax.jcr.Repository
".
//localhost/javax/jcr/Repository
".
Constructor and Description |
---|
RMIRemoteBindingServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Unbinds the repository from RMI.
|
void |
init()
Binds a repository from the servlet context in the configured RMI URL.
|
doGet, getRemoteRepository
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
- if the repository could not be bound in RMIpublic void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.