Class RemoteRegistry
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.palladiosimulator.protocom.framework.java.ee.protocol.RemoteRegistry
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@WebServlet(urlPatterns="/registry",
loadOnStartup=0)
public class RemoteRegistry
extends javax.servlet.http.HttpServlet
The RemoteRegistry class manages the registry.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
RemoteRegistry
public RemoteRegistry()
-
-
Method Details
-
init
public void init() throws javax.servlet.ServletException- Overrides:
init
in classjavax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
doGet
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
-