nl.pbemengine.engine.ng.base.webserver.actions.install
Class PerformInstall

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.install.PerformInstall

public class PerformInstall
extends PrivilegedAction

Action class for peforming a database install for the PBEM Engine

Author:
Jeroen Steenbeeke

Constructor Summary
PerformInstall()
           
 
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

PerformInstall

public PerformInstall()
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.