|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrunx.connectorinstaller.WebServerInstaller
|
+--jrunx.connectorinstaller.ApacheInstaller
JRun 4.0 Installer for Apache connector.
| Fields inherited from class jrunx.connectorinstaller.WebServerInstaller |
jrunInfo, supportedVersionStr, wsBuildNum, wsInfo, wsMajorVer, wsMinorVer, wsVersionStr |
| Method Summary | |
void |
getConnectorConfig()
Retrieve the Apache connector filter configuration. |
WebServerState |
getStateWS()
|
void |
installConnector()
Install the Apache connector filter, restarting the Apache server if it can't be detected that it is already running. |
void |
installConnector(boolean bRestart)
Install the Apache connector filter |
boolean |
isValidVersion()
|
void |
modifyConnector()
Modify the Apache connector filter configuration for the web server, restarting the Apache server if it can't be detected that it is already running. |
void |
modifyConnector(boolean bRestart)
Modify the Apache connector filter configuration for the web server. |
void |
removeConnector()
Remoave the Apache connector filter, restarting the Apache server if it can't be detected that it is already running. |
void |
removeConnector(boolean bRestart)
Remove the Apache connector filter from the web server. |
void |
restartWS()
Stop the web server |
void |
startWS()
Start the web server. |
void |
stopWS()
Stop the Apache 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 |
| 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 - if restart of Apache desiredjava.lang.Exception - if error during installation of filter
public void removeConnector()
throws java.lang.Exception
removeConnector in class WebServerInstallerjava.lang.Exception - if error during installation of filter
public void removeConnector(boolean bRestart)
throws java.lang.Exception
removeConnector in class WebServerInstallerbRestart - if restart of Apache desiredjava.lang.Exception - if error during removal of connector
public void modifyConnector()
throws java.lang.Exception
modifyConnector in class WebServerInstallerjava.lang.Exception - if error during installation of filter
public void modifyConnector(boolean bRestart)
throws java.lang.Exception
modifyConnector in class WebServerInstallerbRestart - if restart of Apache desiredjava.lang.Exception - if error during removal of connector
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 web server
public void stopWS()
throws WebServerException
stopWS in class WebServerInstallerarg - is not usedjava.lang.Exception - if error stopping web server
public void restartWS()
throws WebServerException
restartWS in class WebServerInstallerarg - is not usedjava.lang.Exception - if error stopping web serverpublic WebServerState getStateWS()
getStateWS in class WebServerInstaller
public boolean isValidVersion()
throws ConnectorInstallerException
isValidVersion in class WebServerInstaller
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||