|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.jackrabbit.servlet.remote.RemoteBindingServlet
org.apache.jackrabbit.servlet.remote.RMIRemoteBindingServlet
public class RMIRemoteBindingServlet
Servlet that binds a repository from a servlet context attribute in RMI.
The initialization parameters of this servlet are:
javax.jcr.Repository".
JackrabbitServerAdapterFactory.
//localhost/javax/jcr/Repository".
| 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 |
|---|
public RMIRemoteBindingServlet()
| Method Detail |
|---|
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletException - if the repository could not be bound in RMIpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||