org.wso2.wsas.installer
Class WindowsNtServiceInstallation

java.lang.Object
  extended byorg.wso2.wsas.installer.WindowsNtServiceInstallation
All Implemented Interfaces:
InstallationMode

public class WindowsNtServiceInstallation
extends java.lang.Object
implements InstallationMode

This class coordinates the WSAS installation as a Windows NT service


Constructor Summary
WindowsNtServiceInstallation()
           
 
Method Summary
 void doInstallation()
          Carry out the installation
 java.lang.String getDescription()
          Get the description for this installation mode
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowsNtServiceInstallation

public WindowsNtServiceInstallation()
Method Detail

doInstallation

public void doInstallation()
                    throws InstallationException
Description copied from interface: InstallationMode
Carry out the installation

Specified by:
doInstallation in interface InstallationMode
Throws:
InstallationException - If something goes wrong during the installation

getDescription

public java.lang.String getDescription()
Description copied from interface: InstallationMode
Get the description for this installation mode

Specified by:
getDescription in interface InstallationMode
Returns:
The description for this installation mode

toString

public java.lang.String toString()