|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SupportBase | |
---|---|
com.ibm.jsdt.support | The support framework provides an easy way to perform functions commonly needed during installation. |
com.ibm.jsdt.support.installedproduct | The InstalledProduct classes provide functions that are commonly required during installation. |
Uses of SupportBase in com.ibm.jsdt.support |
---|
Subclasses of SupportBase in com.ibm.jsdt.support | |
---|---|
class |
SupportAixBase
Deprecated. Due to new package com.ibm.jsdt.support.deploymenthelper |
class |
SupportHPUXBase
Deprecated. Due to new package com.ibm.jsdt.support.deploymenthelper |
class |
SupportLinuxBase
Deprecated. Due to new package com.ibm.jsdt.support.deploymenthelper |
class |
SupportOS400Base
Deprecated. Due to new package com.ibm.jsdt.support.deploymenthelper |
class |
SupportSolarisBase
Deprecated. Due to new package com.ibm.jsdt.support.deploymenthelper |
class |
SupportWindowsBase
Deprecated. Due to new package com.ibm.jsdt.support.deploymenthelper |
Fields in com.ibm.jsdt.support declared as SupportBase | |
---|---|
protected SupportBase |
SupportHelper.theSupportBase
Deprecated. |
Methods in com.ibm.jsdt.support that return SupportBase | |
---|---|
SupportBase |
SupportHelper.getTheSupportBase()
Deprecated. Get the SupportBase instance of the class |
Methods in com.ibm.jsdt.support with parameters of type SupportBase | |
---|---|
boolean |
SupportLinuxHelper.addGroup(SupportBase s)
Deprecated. Creates a new user ID group. |
boolean |
SupportLinuxHelper.addLinuxUser(SupportBase s)
Deprecated. Creates a new user ID using the Linux system's native password hashing/encryption algorithim and creates the /home/ |
boolean |
SupportWindowsHelper.addLocalUser(SupportBase s)
Deprecated. Creates a new user ID and password. |
boolean |
SupportLinuxHelper.addUser(SupportBase s)
Deprecated. Creates a new user ID. |
boolean |
SupportWindowsHelper.addUser(SupportBase s)
Deprecated. Creates a new user ID. |
boolean |
SupportLinuxHelper.addUserToGroup(SupportBase s)
Deprecated. Adds a user to a group. |
boolean |
SupportWindowsHelper.addUserToGroup(SupportBase s)
Deprecated. Adds a user to a group. |
protected boolean |
SupportHelper.checkDeployerVersion(SupportBase s,
java.lang.String minVersion,
java.lang.String methodName)
Deprecated. Verifies that the deployer version is compatible with the specified method and minimum version. |
int |
SupportHelper.checkFreeSpace(SupportBase s)
Deprecated. use instead method checkFreeSpaceAvailable(SupportBase) |
long |
SupportHelper.checkFreeSpaceAvailable(SupportBase s)
Deprecated. Gets the amount of free disk space in a path. |
int |
SupportHelper.checkTargetDir(SupportBase s)
Deprecated. use intead method checkTargetDirectory(SupportBase) |
long |
SupportHelper.checkTargetDirectory(SupportBase s)
Deprecated. Determines the validity of a destination directory stored in the ibmnsi.properties file. |
void |
SupportAixHelper.chmodDirPermissions(SupportBase s)
Deprecated. Changes the permissions on a folder. |
void |
SupportLinuxHelper.chmodDirPermissions(SupportBase s)
Deprecated. Changes the permissions on a folder. |
void |
SupportOS400Helper.chmodDirPermissions(SupportBase s)
Deprecated. Changes the permissions on a directory. |
void |
SupportAixHelper.chmodFilePermissions(SupportBase s)
Deprecated. Changes the permissions on a file. |
void |
SupportLinuxHelper.chmodFilePermissions(SupportBase s)
Deprecated. Changes the permissions on a file. |
void |
SupportOS400Helper.chmodFilePermissions(SupportBase s)
Deprecated. Changes the permissions on a file. |
int |
SupportHelper.compareVersions(SupportBase s)
Deprecated. Compares two dotted version strings. |
void |
SupportHelper.copyDirectory(SupportBase s)
Deprecated. Copies a directory to another location. |
boolean |
SupportWindowsHelper.createRegistryKey(SupportBase s)
Deprecated. Creates a registry key. |
boolean |
SupportOS400Helper.createSecOfrUser(SupportBase s)
Deprecated. Creates an administrative user on the i5/OS machine. |
boolean |
SupportOS400Helper.createUser(SupportBase s)
Deprecated. Creates a user on the i5/OS machine. |
int |
SupportWindowsHelper.createWindowsUser(SupportBase s)
Deprecated. Creates a new user ID and password. |
boolean |
SupportWindowsHelper.deleteRegistryKey(SupportBase s)
Deprecated. Deletes a registry key (and any subkeys). |
boolean |
SupportWindowsHelper.deleteRegistryValueField(SupportBase s)
Deprecated. Deletes a value name/field under a key. |
boolean |
SupportOS400Helper.deleteUser(SupportBase s)
Deprecated. Deletes a user on the i5/OS machine. |
java.lang.String |
SupportHelper.determineLogFileName(SupportBase s)
Deprecated. Determines the name of the log file to use. |
boolean |
SupportLinuxHelper.doesGroupExist(SupportBase s)
Deprecated. Verifies the existence of a user group. |
boolean |
SupportOS400Helper.doesHaveSecOfrAuthority(SupportBase s)
Deprecated. Determines whether or not the given user has "secofr" administrative authority. |
boolean |
SupportWindowsHelper.doesRegKeyExist(SupportBase s)
Deprecated. Checks for the existence of a particular subkey in the Winodws registry. |
boolean |
SupportLinuxHelper.doesUserExist(SupportBase s)
Deprecated. Verifies the existence of a user ID. |
boolean |
SupportOS400Helper.doesUserExist(SupportBase s)
Deprecated. Determines whether or not the specified user exists on the system. |
boolean |
SupportWindowsHelper.doesUserIdExist(SupportBase s)
Deprecated. Determines if the given user ID exists. |
int |
SupportLinuxHelper.doUserAdd(SupportBase s)
Deprecated. Adds a user to the Linux system by using the useradd command. |
boolean |
SupportHelper.endOfFileGrep(SupportBase s)
Deprecated. Scans the end of a file for a string. |
void |
SupportHelper.executeCommand(SupportBase s)
Deprecated. Executes the specified command in a separate process via Runtime.exec() with the specified environment and working
directory and waits for it to finish. |
boolean |
SupportHelper.fileCopy(SupportBase s)
Deprecated. Copies a file to another location. |
boolean |
SupportHelper.fileCopyAndRename(SupportBase s)
Deprecated. Copies a file to another location and renames the file in the new target location. |
boolean |
SupportHelper.fileDelete(SupportBase s)
Deprecated. Deletes a file. |
boolean |
SupportHelper.fileExists(SupportBase s)
Deprecated. Checks for the existence of a file. |
boolean |
SupportHelper.fileGrep(SupportBase s)
Deprecated. Scans a file for a string. |
int |
SupportHelper.fileSearchAndReplace(SupportBase s)
Deprecated. Performs a find and replace in a given file. |
int |
SupportHelper.fileSearchAndReplaceLine(SupportBase s)
Deprecated. Performs a find and replace of a line in the specified file. |
int |
SupportHelper.findAndReplace(SupportBase s)
Deprecated. |
java.lang.String |
SupportWindowsHelper.getAdministratorsGroupName(SupportBase s)
Deprecated. Gets the administrator's group name. |
java.lang.String |
SupportAixHelper.getAixVersion(SupportBase s)
Deprecated. Gets the version of AIX. |
protected java.lang.String |
SupportHelper.getBackLevelLogFileName(SupportBase s,
java.lang.String dottedClassName)
Deprecated. Retrieves the log file name for a user program on a back level (1.1) agent. |
java.lang.String |
SupportHelper.getCommandStdError(SupportBase s)
Deprecated. Retrieves the output of the most recently launched command process captured from stderr stream. |
java.lang.String |
SupportHelper.getCommandStdOut(SupportBase s)
Deprecated. Retrieves the standard output of the most recently launched command process captured from stdout stream. |
java.util.Locale |
SupportHelper.getDeployerLocale(SupportBase s)
Deprecated. Retrieves the Locale of the deployment wizard so that a
translatable message can be created for display. |
java.lang.String |
SupportLinuxHelper.getDeviceNameFromMountPoint(SupportBase s)
Deprecated. Gets the device name, given a mount point on Linux. |
java.lang.String |
SupportHelper.getDomain(SupportBase s)
Deprecated. Retreives the domain suffix for the local host. |
java.lang.String |
SupportHelper.getEntryResponseFilePath(SupportBase s)
Deprecated. Retrieves the name of the response file specified for the Entry program prepended with the logs directory path. |
java.lang.String |
SupportHelper.getExitResponseFilePath(SupportBase s)
Deprecated. Retrieves the name of the response file specified for the Exit program prepended with the logs directory. |
java.lang.String |
SupportHelper.getFileValue(SupportBase s)
Deprecated. Scans a file for a key and returns the string value found. |
java.util.Locale |
SupportHelper.getGroupLocale(SupportBase s)
Deprecated. Gets the locale of the install group from the server. |
java.lang.String |
SupportHelper.getHostName(SupportBase s)
Deprecated. Retrieves the unqualified local host name. |
java.lang.String |
SupportHelper.getIbmNsiISMPPropValue(SupportBase s)
Deprecated. Gets a value from the ibmnsi.properties file. |
java.util.Properties |
SupportHelper.getIbmNsiProperties(SupportBase s)
Deprecated. Lazy initializes and retrieves the Properties object
associated with the ibmnsi.properties file. |
java.lang.String |
SupportHelper.getIbmNsiPropValue(SupportBase s)
Deprecated. Gets a value from the ibmnsi.properties file. |
java.lang.String |
SupportHelper.getIbmNsiPropValueByKey(SupportBase s)
Deprecated. Gets a value from the ibmnsi.properties file. |
java.lang.String |
SupportWindowsHelper.getIssResponseFileValue(SupportBase s)
Deprecated. Scans an ISS type response file for a key and returns the string value found. |
java.lang.String |
SupportHelper.getLastCommandOutput(SupportBase s)
Deprecated. Retrieves the output of the most recently launched command process. |
java.lang.String |
SupportOS400Helper.getLastCommandOutput(SupportBase s)
Deprecated. Retrieves the output of the last invoked CL command. |
int |
SupportHelper.getLastCommandReturnCode(SupportBase s)
Deprecated. Retrieves the return code from the most recently launched command process. |
java.lang.String |
SupportHelper.getLogsDir(SupportBase s)
Deprecated. Gets the logs directory. |
java.lang.String |
SupportHelper.getMainResponseFilePath(SupportBase s)
Deprecated. Retrieves the name of the response file specified for the Main program prepended with the logs directory. |
java.lang.String |
SupportOS400Helper.getOSLevel(SupportBase s)
Deprecated. Returns the current level of the i5/OS operating system in the form of "version.release.modification". |
int |
SupportOS400Helper.getOSRelease(SupportBase s)
Deprecated. Obtains the current i5/OS release. |
int |
SupportOS400Helper.getOSVersion(SupportBase s)
Deprecated. Obtains the current i5/OS version. |
long |
SupportHelper.getPartitionCapacity(SupportBase s)
Deprecated. Gets the capacity of a given drive on Windows or partition on linux. |
java.lang.String |
SupportHelper.getPartitionFileSystemType(SupportBase s)
Deprecated. Gets the file system type of a given drive on Windows or mount point on linux. |
java.lang.String |
SupportHelper.getPartitionVolumeLabel(SupportBase s)
Deprecated. Gets the volume label of a given drive on Windows or mount point on linux. |
java.lang.String |
SupportHelper.getPreDeploymentCheckerResponseFilePath(SupportBase s)
Deprecated. Retrieves the name of the response file specified for the PreDeploymentChecker program prepended with the logs directory path. |
java.util.Properties |
SupportHelper.getProductInstallingBundleProperties(SupportBase s)
Deprecated. Retrieves the Properties object loaded from the default
properties bundle for the currently installing product. |
java.lang.String |
SupportHelper.getProductInstallingId(SupportBase s)
Deprecated. Gets the application ID of the product currently installing on the target. |
java.lang.String |
SupportHelper.getProductInstallingVersion(SupportBase s)
Deprecated. Retrieves the version of the currently installing application. |
java.lang.String |
SupportHelper.getQualifiedHostName(SupportBase s)
Deprecated. Retrieves the fully qualified local host name. |
java.lang.String[] |
SupportWindowsHelper.getRegistrySubkeys(SupportBase s)
Deprecated. Retrieves a String[] of the names of the subkeys
under a given registry key. |
java.lang.String |
SupportWindowsHelper.getRegistryValue(SupportBase s)
Deprecated. Gets a String from the Windows registry. |
int |
SupportWindowsHelper.getRegistryValueInt(SupportBase s)
Deprecated. Gets a number from the Windows registry. |
protected java.lang.String |
SupportHelper.getResponseFilePath(SupportBase s,
int stage)
Deprecated. Retrieves the name of the response file specified for the program prepended with the logs directory. |
protected java.lang.String |
SupportHelper.getResponseFilePath(SupportBase s,
int stage,
java.lang.String srcName)
Deprecated. Gets the qualifed, updated response file path for the specified original response file source name. |
protected java.util.List<java.lang.String> |
SupportHelper.getResponseFilePaths(SupportBase s,
int stage)
Deprecated. Retrieves the name of the response file specified for the program prepended with the logs directory. |
java.lang.String |
SupportHelper.getResponseFileValue(SupportBase s)
Deprecated. Scans a response file for a key and returns the string value found. |
java.util.List |
SupportHelper.getSelectedTaskList(SupportBase s)
Deprecated. Retrieves a List of the task ids that have been selected
for deployment in the Deployment Wizard. |
java.lang.String |
SupportHelper.getStringFromCommandArray(SupportBase s)
Deprecated. Convienence method to assemble a command String
from a
String[] for logging purposes. |
java.lang.String |
SupportHelper.getSystemCommandOutput(SupportBase s)
Deprecated. Invokes a system command and captures the output in a String . |
java.lang.String |
SupportHelper.getSystemEnvVar(SupportBase s)
Deprecated. Retrieves the value of a System environment variable. |
java.util.List |
SupportHelper.getTaskApplicationList(SupportBase s)
Deprecated. Retrieves a List of the application ids that were
specified for deployment in the Deployment Wizard for the given task. |
java.util.List |
SupportHelper.getTaskHostnameList(SupportBase s)
Deprecated. Retrieves a List of the hostnames that were specified for
deployment in the Deployment Wizard for the given task. |
java.lang.String |
SupportHelper.getTranslatedMessage(SupportBase s)
Deprecated. Retrieves a translatable message from a Locale specific
ResourceBundle . |
java.lang.String |
SupportHelper.getUnpackedDir(SupportBase s)
Deprecated. Gets the directory where images are unpacked. |
java.lang.String |
SupportHelper.getVariableValueForTaskApplication(SupportBase s)
Deprecated. Retrieves the value of a variable. |
java.lang.String[] |
SupportHelper.getVpdInstallLocationArray(SupportBase s)
Deprecated. Retrieves String |
java.util.ArrayList |
SupportHelper.getVpdPropertyList(SupportBase s)
Deprecated. Retrieves a property from the ISMP vpd.properties file. |
java.lang.String[] |
SupportHelper.getVpdVersionArray(SupportBase s)
Deprecated. Retrieves a String array of versions of an installed product with a given UID from the ISMP vpd.properties file. |
java.lang.String |
SupportWindowsHelper.getWinDir(SupportBase s)
Deprecated. Gets the Windows folder. |
java.util.List |
SupportWindowsHelper.getWindowsDrives(SupportBase s)
Deprecated. Retrieves all of the drives on the Windows system. |
java.lang.String |
SupportWindowsHelper.getWindowsShortPath(SupportBase s)
Deprecated. Retrieves the Windows short name path for the given path. |
java.lang.String |
SupportWindowsHelper.getWindowsTempDirectoryPath(SupportBase s)
Deprecated. Retrieves the Windows temporary folder path associated with the current environment of the user program. |
void |
SupportWindowsHelper.grantPrivilegesToUser(SupportBase s)
Deprecated. Adds privileges to an existing user account on Microsoft Windows NT or later operating systems. |
boolean |
SupportAixHelper.isAix42Plus(SupportBase s)
Deprecated. Determines whether the current AIX installation version is >= 4.2. |
int |
SupportLinuxHelper.isAllRPMsInstalled(SupportBase s)
Deprecated. Inclusively checks for a set of RPMs. |
int |
SupportLinuxHelper.isAnyRPMsInstalled(SupportBase s)
Deprecated. Noninclusively checks for a set of RPMs. |
boolean |
SupportHelper.isApplicationVersionEqual(SupportBase s)
Deprecated. Verifies that the specified version is equal to the version of the product currently installing. |
boolean |
SupportHelper.isEnoughTargetDirSpace(SupportBase s)
Deprecated. use instead method isEnoughTargetDirSpaceAvailable(SupportBase) |
boolean |
SupportHelper.isEnoughTargetDirSpaceAvailable(SupportBase s)
Deprecated. Determines the validity and free space of a destination directory stored in the ibmnsi.properties file. |
boolean |
SupportHPUXHelper.isHPUX_Itanium(SupportBase s)
Deprecated. Indicates whether the current architecture is HP-UX Itanium (Intel 64 bit architecture). |
boolean |
SupportLinuxHelper.isIntelBasedLinux(SupportBase s)
Deprecated. Indicates whether the current architecture is Intel-based Linux. |
boolean |
SupportSolarisHelper.isIntelBasedSunOS(SupportBase s)
Deprecated. Determine whether the machine is a intel based machine on Sun. |
boolean |
SupportWindowsHelper.isNTFSDrive(SupportBase s)
Deprecated. Indicates whether the specified drive is an NTFS formatted volume. |
boolean |
SupportHelper.isPortOpen(SupportBase s)
Deprecated. Verifies that a TCP/IP port is not in use. |
boolean |
SupportLinuxHelper.isPowerLinux(SupportBase s)
Deprecated. Indicates whether the current architecture is Linux on POWER. |
boolean |
SupportLinuxHelper.isRpmInstalled(SupportBase s)
Deprecated. Checks to see if a specific RPM package is installed. |
boolean |
SupportSolarisHelper.isSunOS64(SupportBase s)
Deprecated. Indicates whether the current architecture is Solaris 64 bit. |
boolean |
SupportLinuxHelper.isUserAndPasswordValid(SupportBase s)
Deprecated. Verifies if the given user and password are valid. |
boolean |
SupportWindowsHelper.isUserAndPasswordValid(SupportBase s)
Deprecated. Verifies if the given user and password are valid. |
boolean |
SupportOS400Helper.isUserPasswordValid(SupportBase s)
Deprecated. Determines the validity of the given user/password combination. |
int |
SupportHelper.launchAndWait(SupportBase s)
Deprecated. Launches a program and waits for the process to finish. |
void |
SupportHelper.launchLocalInteractiveProgram(SupportBase s)
Deprecated. Executes the specified local interative program command in a separate process via Runtime.exec() with the specified environment and working
directory and returns immediately. |
void |
SupportHelper.log(SupportBase s)
Deprecated. Writes a message to a log file. |
boolean |
SupportHelper.logAppendFile(SupportBase s)
Deprecated. This method provides a supported mechanism for adding the contents of a file to the log. |
void |
SupportHelper.logNewLine(SupportBase s)
Deprecated. Writes a blank line to a log file. |
void |
SupportHelper.logStatus(SupportBase s)
Deprecated. Writes a success or failure message to a log file prepended with a timestamp and "****INSTALLATION STATUS = ". |
void |
SupportHelper.modifyResponseFile(SupportBase s)
Deprecated. Changes a value in a response file. |
void |
SupportHelper.postCompletionMessageToDeployerUI(SupportBase s)
Deprecated. Overrides the default completion message to the deployment wizard on the "Detailed Messages" panel. |
void |
SupportHelper.postErrorMessageToDeployerMainUI(SupportBase s)
Deprecated. Posts a message with an error icon to the deployment wizard on the "Detailed Messages" panel, and also on the "Status" panel. |
void |
SupportHelper.postErrorMessageToDeployerUI(SupportBase s)
Deprecated. Posts a message with an error icon to the deployment wizard on the "Detailed Messages" panel. |
void |
SupportHelper.postInformationMessageToDeployerMainUI(SupportBase s)
Deprecated. Posts a message with an information icon to the deployment wizard on the "Detailed Messages" panel, and also on the "Status" panel. |
void |
SupportHelper.postInformationMessageToDeployerUI(SupportBase s)
Deprecated. Posts a message with an information icon to the deployment wizard on the "Detailed Messages" panel. |
void |
SupportHelper.postSuccessMessageToDeployerMainUI(SupportBase s)
Deprecated. Posts a message with a success icon to the deployment wizard on the "Detailed Messages" panel, and also on the "Status" panel. |
void |
SupportHelper.postSuccessMessageToDeployerUI(SupportBase s)
Deprecated. Posts a message with a success icon to the deployment wizard on the "Detailed Messages" panel. |
void |
SupportHelper.postWarningMessageToDeployerMainUI(SupportBase s)
Deprecated. Posts a message with a warning icon to the deployment wizard on the "Detailed Messages" panel, and also on the "Status" panel. |
void |
SupportHelper.postWarningMessageToDeployerUI(SupportBase s)
Deprecated. Posts a message with a warning icon to the deployment wizard on the "Detailed Messages" panel. |
java.lang.String |
SupportHelper.readFile(SupportBase s)
Deprecated. Reads in a file. |
void |
SupportOS400Helper.reboot(SupportBase s)
Deprecated. Reboots the i5/OS machine. |
java.lang.String |
SupportHelper.replaceSubstring(SupportBase s)
Deprecated. Modifies a String by replacing a substring with a new
substring. |
boolean |
SupportOS400Helper.runCLCommand(SupportBase s)
Deprecated. Runs a CL command. |
boolean |
SupportHelper.setFileValue(SupportBase s)
Deprecated. Scans a file for a key and replaces the key value. |
void |
SupportHelper.setIbmNsiProperty(SupportBase s)
Deprecated. Set a property into the currently cached ibmnsi Properties
object and saves the updated properties to disk. |
void |
SupportWindowsHelper.setIssResponseFileValue(SupportBase s)
Deprecated. Scans an ISS type response file for a key and replaces the key value. |
boolean |
SupportWindowsHelper.setRegistryNumericValue(SupportBase s,
int sValue)
Deprecated. Sets a registry number (int) value. |
boolean |
SupportWindowsHelper.setRegistryStringValue(SupportBase s,
java.lang.String sValue)
Deprecated. Sets a registry string value. |
boolean |
SupportHelper.setResponseFileValue(SupportBase s)
Deprecated. Scans a response file for a key and sets the corresponding value. |
boolean |
SupportHelper.setResponseFileValue(SupportBase s,
boolean createKeyIfDoesNotExist)
Deprecated. Scans a response file for a key and sets the corresponding value. |
void |
SupportWindowsHelper.setServiceTypeAutoStart(SupportBase s)
Deprecated. Sets the start type of a Windows service to autostart. |
void |
SupportWindowsHelper.setServiceTypeManualStart(SupportBase s)
Deprecated. Sets the start type of a Windows service to manual. |
void |
SupportHelper.setTheSupportBase(SupportBase theSupportBase)
Deprecated. Set the SupportBase instance of the class |
void |
SupportWindowsHelper.startServices(SupportBase s)
Deprecated. Starts a Windows service program. |
void |
SupportWindowsHelper.stopServices(SupportBase s)
Deprecated. Stops a Windows service program. |
boolean |
SupportHelper.waitForFile(SupportBase s)
Deprecated. Polls the system for the existence of a file and, optionally, strings within the file. |
boolean |
SupportWindowsHelper.waitForFileOrRegKey(SupportBase s)
Deprecated. Polls the system for the existence of a file or registry key or both. |
void |
SupportHelper.writeFile(SupportBase s)
Deprecated. Writes a String to a file, appends it to the file or
overwrites the file. |
Uses of SupportBase in com.ibm.jsdt.support.installedproduct |
---|
Methods in com.ibm.jsdt.support.installedproduct that return SupportBase | |
---|---|
protected SupportBase |
InstalledProduct.getActualSupportBase()
Deprecated. Gets the support base. |
SupportBase |
InstalledProduct.getSupportBase()
Deprecated. Gets the support base. |
Methods in com.ibm.jsdt.support.installedproduct with parameters of type SupportBase | |
---|---|
protected static java.lang.String |
IDSInstalledProduct.determineIDSServerName(java.lang.String idsInstallLocation,
SupportBase base)
Deprecated. Gets IDS server name installed in a specified location. |
protected static java.lang.String |
IDSInstalledProduct.executeIDSCommand(java.lang.String commandToExecute,
java.lang.String idsInstallLocation,
java.lang.String idsServerName,
SupportBase base)
Deprecated. Exectute Informix Dynamic Server (IDS) command or utility. |
static InstalledProduct |
InstalledProduct.getInstalledProduct(com.ibm.jsdt.support.installedproduct.ProductDetector productDetector,
SupportBase callerBase,
java.lang.String location)
Deprecated. Gets the installed product at the given location by calling the appropriate middleware policy class implementors. |
static ConsoleAgentInstalledProduct |
ConsoleAgentInstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Gets the Console agent installed product if location is provided. |
static ConsoleMgmtExtInstalledProduct |
ConsoleMgmtExtInstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Gets the console management extension installed product at the given location. |
static DB2InstalledProduct |
DB2InstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Determines whether DB2 is installed. |
static ERConsoleInstalledProduct |
ERConsoleInstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Returns an instance of ERConsoleInstalledProduct if Express Runtime Console is installed on the system in the given location. |
static IDSInstalledProduct |
IDSInstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Determines whether IDS is installed. |
static IHSInstalledProduct |
IHSInstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Gets the IBM HTTP Server installed product at the given location. |
static WASExpressInstalledProduct |
WASExpressInstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Gets the WebSphere Application Server - Express installed product from the given location. |
static WebserverPluginForWASInstalledProduct |
WebserverPluginForWASInstalledProduct.getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Gets all instances of the Web server plugin for WebSphere Application Server - Express installed product at the specified location, Calls InstalledProduct object and passes the location and the created object of policy class implementor with the SupportBase object. |
static InstalledProduct[] |
InstalledProduct.getInstalledProducts(com.ibm.jsdt.support.installedproduct.ProductDetector productDetector,
SupportBase callerBase)
Deprecated. Gets all the installed products on the target computer by calling the appropriate middleware policy class implementors. |
static ConsoleAgentInstalledProduct[] |
ConsoleAgentInstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Gets the Console Agent installed product from the target computer. |
static ConsoleMgmtExtInstalledProduct[] |
ConsoleMgmtExtInstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Gets the console management extension installed product from the target computer. |
static DB2InstalledProduct[] |
DB2InstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Determines all instances of DB2 installed on the target computer. |
static ERConsoleInstalledProduct[] |
ERConsoleInstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Returns an instance of ERConsoleInstalledProduct if Express Runtime Console is installed on the system. |
static IDSInstalledProduct[] |
IDSInstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Determines all instances of IDS installed on the target computer. |
static IHSInstalledProduct[] |
IHSInstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Gets all the installed products, if any, on the target computer. |
static WASExpressInstalledProduct[] |
WASExpressInstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Gets all WebSphere Application Server - Express installed products if there are any on the target computer. |
static WebserverPluginForWASInstalledProduct[] |
WebserverPluginForWASInstalledProduct.getInstalledProducts(SupportBase callerBase)
Deprecated. Gets all instances of Web server plugin for WebSphere Application Server - Express installed products, if any, on the target computer. |
java.lang.String[] |
IHSInstalledProduct.getSecondaryIHSLogFiles(SupportBase callerBase)
Deprecated. Gets the list of fully qualified log files for debugging purposes. |
protected static java.lang.String |
InstalledProduct.grepRPM(java.lang.String rpmToGrep,
SupportBase base)
Deprecated. The run command to grep for provided RPM |
protected void |
InstalledProduct.setSupportBase(SupportBase theBase)
Deprecated. Sets the SupportBase object with the installed product support base. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |