|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrunx.connectorinstaller.WebServerInstaller
|
+--jrunx.connectorinstaller.IISInstaller
JRun 4.0 Installer for connector on NT/Windows 2000 IIS.
| Field Summary | |
protected Win32Handler |
handler
|
static int |
IIS_VERSION_MAJOR_MAX
|
static int |
IIS_VERSION_MAJOR_MIN
|
static int |
IIS_VERSION_MINOR
|
static java.lang.String |
VERSIONS_SUPPORTED
|
| Fields inherited from class jrunx.connectorinstaller.WebServerInstaller |
jrunInfo, supportedVersionStr, wsBuildNum, wsInfo, wsMajorVer, wsMinorVer, wsVersionStr |
| Method Summary | |
void |
getConnectorConfig()
Retrieve the IIS connector filter configuration. |
WebServerState |
getStateWS()
|
void |
installConnector()
Install the IIS connector filter, restarting the web server if it is currently running. |
void |
installConnector(boolean bRestart)
Install the IIS connector filter |
boolean |
isValidVersion()
|
void |
modifyConnector()
Modify the IIS connector filter from the web server, restarting IIS if it is currently running. |
void |
modifyConnector(boolean bRestart)
Modify the exisiting IIS configuration. |
void |
removeConnector()
Remove the IIS connector filter from the web server, restarting IIS if it is currently running. |
void |
removeConnector(boolean bRestart)
Remove the IIS connector filter from the web server. |
void |
restartWS()
Stop the web server |
void |
startWS()
Start the IIS web server |
void |
stopWS()
Stop the IIS web server |
| Methods inherited from class jrunx.connectorinstaller.WebServerInstaller |
createObject, createObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int IIS_VERSION_MAJOR_MIN
public static final int IIS_VERSION_MAJOR_MAX
public static final int IIS_VERSION_MINOR
public static final java.lang.String VERSIONS_SUPPORTED
protected Win32Handler handler
| Method Detail |
public void installConnector()
throws java.lang.Exception
installConnector in class WebServerInstallerjava.lang.Exception - if error during installation of filter
public void installConnector(boolean bRestart)
throws java.lang.Exception
installConnector in class WebServerInstallerbRestart - explicit restart of web serverjava.lang.Exception - if error during installation of filter
public void removeConnector()
throws java.lang.Exception
removeConnector in class WebServerInstallerjava.lang.Exception - if error during removal of filter
public void removeConnector(boolean bRestart)
throws java.lang.Exception
removeConnector in class WebServerInstallerbRestart - explicit restart of web serverjava.lang.Exception - if error during removal of filter
public void modifyConnector()
throws java.lang.Exception
modifyConnector in class WebServerInstallerjava.lang.Exception - if error during removal of filter
public void modifyConnector(boolean bRestart)
throws java.lang.Exception
modifyConnector in class WebServerInstallerbRestart - explicit restart of web serverjava.lang.Exception - if error during modification
public void getConnectorConfig()
throws java.lang.Exception
getConnectorConfig in class WebServerInstallerjava.lang.Exception - if error
public void startWS()
throws WebServerException
startWS in class WebServerInstallerjava.lang.Exception - if error starting IIS
public void stopWS()
throws WebServerException
stopWS in class WebServerInstallerjava.lang.Exception - if error stopping IIS
public void restartWS()
throws WebServerException
restartWS in class WebServerInstallerjava.lang.Exception - if error stopping web serverpublic WebServerState getStateWS()
getStateWS in class WebServerInstallerpublic boolean isValidVersion()
isValidVersion in class WebServerInstaller
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||