org.glite.authz.common.http
Class AbstractAdminCommand

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.glite.authz.common.http.AbstractAdminCommand
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
ShutdownCommand, StatusCommand

public abstract class AbstractAdminCommand
extends javax.servlet.http.HttpServlet

Base class for administration commands which may be registered with a JettyAdminService.

See Also:
Serialized Form

Constructor Summary
AbstractAdminCommand(java.lang.String command)
          Constructor.
 
Method Summary
 java.lang.String getCommandPath()
          Gets the URL path that invokes the command.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAdminCommand

public AbstractAdminCommand(java.lang.String command)
Constructor.

Parameters:
command - name of the command, should only contain alphabetic characters
Method Detail

getCommandPath

public java.lang.String getCommandPath()
Gets the URL path that invokes the command.

Returns:
URL path that invokes the command


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.