|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrunx.connectorinstaller.WebServerInstaller
|
+--jrunx.connectorinstaller.NESInstaller
JRun 4.0 Installer for connector on Netscape/iplanet. For Netscape, the webServerDir is the NES configuration directory.
| Field Summary | |
static java.lang.String |
ERROR_LOG
|
| Fields inherited from class jrunx.connectorinstaller.WebServerInstaller |
jrunInfo, supportedVersionStr, wsBuildNum, wsInfo, wsMajorVer, wsMinorVer, wsVersionStr |
| Method Summary | |
void |
getConnectorConfig()
Retrieve the NES connector filter configuration. |
WebServerState |
getStateWS()
|
void |
installConnector()
Install the NES connector filter, restarting Netscape if it is running or it's status can't be determined. |
void |
installConnector(boolean bRestart)
Install the NES connector filter, restarting Netscape if requested. |
boolean |
isValidVersion()
|
void |
modifyConnector()
Modify the NES connector filter configuration , restarting Netscape if it is running or it's status can't be determined. |
void |
modifyConnector(boolean bRestart)
Modify the NES connector filter configuration for the web server. |
void |
removeConnector()
Remove the NES connector filter, restarting Netscape if it is running or it's status can't be determined. |
void |
removeConnector(boolean bRestart)
Remove the NES connector filter from the web server. |
void |
restartWS()
Stop the web server |
void |
startWS()
Start the web server |
void |
stopWS()
Stop the 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 java.lang.String ERROR_LOG
| 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 filter
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 filter
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 NES
public void stopWS()
throws WebServerException
stopWS in class WebServerInstallerjava.lang.Exception - if error stopping NES
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 | ||||||||