validate
IStatus validate(String recordingComponentType)
Validates if the given recording component (recorder or client) can be
executed on the local machine. A typical test would verify if the
required software is installed, and if the version is supported.
Important: This method may be repeatedly invoked within a RPT
session. If the verification process is time-consuming, the implementation
is advised to cache the result.
- Parameters:
recordingComponentType
-
- Returns:
- A status, which should be either OK, or an error status. The
message field is used only if the severity is ERROR, and should guide
the user so he can install the missing software.