nl.pbemengine.engine.ng.base.webserver.actions
Class ShutdownEngine

java.lang.Object
  extended by nl.pbemengine.engine.ng.base.webserver.Action
      extended by nl.pbemengine.engine.ng.base.webserver.PrivilegedAction
          extended by nl.pbemengine.engine.ng.base.webserver.actions.ShutdownEngine

public class ShutdownEngine
extends PrivilegedAction

Action to shut down the server, if the current user is Admin

Author:
Jeroen Steenbeeke

Constructor Summary
ShutdownEngine()
           
 
Method Summary
 java.lang.String processRequest()
          Processes a HTTP request with the specified context
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.PrivilegedAction
getPrivilegedCallback, isShutdown, setPrivilegedCallback, triggerShutdown
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.Action
getCallback, getContext, getNewCookies, getReturnData, setCallback, setContext, setNewCookie, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownEngine

public ShutdownEngine()
Method Detail

processRequest

public java.lang.String processRequest()
Description copied from class: Action
Processes a HTTP request with the specified context

Specified by:
processRequest in class Action
Returns:
A String code indicating the type of result to be sent


Copyright © 2008. All Rights Reserved.