|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jsdt.support.installedproduct.InstalledProduct
com.ibm.jsdt.support.installedproduct.IHSInstalledProduct
public class IHSInstalledProduct
Handles pre-installation and post-installation activities for IBM HTTP Server.
Constructor Summary | |
---|---|
protected |
IHSInstalledProduct(java.lang.String version,
java.lang.String location)
Deprecated. Constructs a new IHSInstalledProduct containing the version and the location of the installed product. |
Method Summary | |
---|---|
java.lang.String |
getHttpdConfFile()
Deprecated. Returns the fully qualified path and name of the HTTP configuration file for the default server for this installation. |
java.lang.String |
getHttpdConfFile(java.lang.String profileName)
Deprecated. Returns the fully qualified path and name of the HTTP configuration file for a specific server name. |
static IHSInstalledProduct |
getInstalledProduct(java.lang.String location)
Deprecated. Gets the IBM HTTP Server installed product at the given location. |
static IHSInstalledProduct |
getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Gets the IBM HTTP Server installed product at the given location. |
static IHSInstalledProduct[] |
getInstalledProducts()
Deprecated. Gets all IBM HTTP Server installed product versions, if any, on the target computer. |
static IHSInstalledProduct[] |
getInstalledProducts(SupportBase callerBase)
Deprecated. Gets all the installed products, if any, on the target computer. |
java.lang.String[] |
getSecondaryIHSLogFiles(SupportBase callerBase)
Deprecated. Gets the list of fully qualified log files for debugging purposes. |
boolean |
isAdminServerRunning()
Deprecated. Checks to see if the IBM HTTP Administrative Server is currently running. |
boolean |
isHTTPServerConfigured()
Deprecated. Determines if the HTTP server is configured for this installation location by checking for the existence of the httpd.conf file. |
boolean |
isHTTPServerConfigured(java.lang.String profileName)
Deprecated. Determines whether the HTTP server is configured for this installation location by checking for the existence of the httpd.conf file for that IBM HTTP Server profile. |
boolean |
isServerRunning()
Deprecated. Checks to see if the IBM HTTP Server is currently running. |
boolean |
replaceServerNameFieldInHttpdConfFile(java.lang.String httpPort)
Deprecated. Replaces the ServerName field in httpd.conf file with fully qualified host name and port. |
boolean |
restartAdminServer()
Deprecated. Restarts the current installation of the IBM HTTP Administration Server. |
boolean |
restartServer()
Deprecated. Restarts the current installation of the IBM HTTP Server. |
int |
startAdminServer()
Deprecated. Starts current installation of the IBM HTTP Administration Server. |
int |
startServer()
Deprecated. Starts current installation of the IBM HTTP Server. |
int |
stopAdminServer()
Deprecated. Stops the current installation of the IBM HTTP Administration Server. |
int |
stopServer()
Deprecated. Stops the current installation of the IBM HTTP Server. |
Methods inherited from class com.ibm.jsdt.support.installedproduct.InstalledProduct |
---|
compareVersion, getActualSupportBase, getInstalledLocation, getInstalledProduct, getInstalledProducts, getInstalledVersion, getSupportBase, grepRPM, setInstalledLocation, setInstalledVersion, setSupportBase, trimVersionToNVersionPlaces |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected IHSInstalledProduct(java.lang.String version, java.lang.String location)
location
- - The location of the installed product.version
- - The version of the installed product.Method Detail |
---|
public static IHSInstalledProduct getInstalledProduct(java.lang.String location)
location
- The location of the installed product.
public static IHSInstalledProduct getInstalledProduct(SupportBase callerBase, java.lang.String location)
callerBase
- SupportBase object to use.location
- The location of the installed product.
public static IHSInstalledProduct[] getInstalledProducts()
public static IHSInstalledProduct[] getInstalledProducts(SupportBase callerBase)
callerBase
- SupportBase object to use.
public java.lang.String[] getSecondaryIHSLogFiles(SupportBase callerBase)
callerBase
- SupportBase object to use.
public boolean replaceServerNameFieldInHttpdConfFile(java.lang.String httpPort)
public java.lang.String getHttpdConfFile()
public java.lang.String getHttpdConfFile(java.lang.String profileName)
public boolean isHTTPServerConfigured()
public boolean isHTTPServerConfigured(java.lang.String profileName)
public boolean isServerRunning()
public boolean isAdminServerRunning()
public int startServer()
public int startAdminServer()
public int stopAdminServer()
public int stopServer()
public boolean restartServer()
public boolean restartAdminServer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |