Uses of Class
org.glite.authz.common.http.AbstractAdminCommand

Packages that use AbstractAdminCommand
org.glite.authz.common.http This package contains base classes for working with an embedded Jetty server and creating HttpServlet objects. 
 

Uses of AbstractAdminCommand in org.glite.authz.common.http
 

Subclasses of AbstractAdminCommand in org.glite.authz.common.http
 class ShutdownCommand
          Commands used to issue a set of tasks to be executed when a service is shut down.
 class StatusCommand
          A command that prints out ServiceMetrics.
 

Methods in org.glite.authz.common.http that return AbstractAdminCommand
protected  AbstractAdminCommand JettyAdminService.buildShutdownCommand()
          Builds an AbstractAdminCommand which shutdowns this admin service.
 

Methods in org.glite.authz.common.http with parameters of type AbstractAdminCommand
 void JettyAdminService.registerAdminCommand(AbstractAdminCommand command)
          Registers a new administration command.
 



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