IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

Uses of Class
com.rational.test.ft.NotSupportedOnUnixException

Packages that use NotSupportedOnUnixException
com.rational.test.ft.object.interfaces The package com.rational.test.ft.object.interfaces provides the classes that interact with objects in the software under test. 
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

Uses of NotSupportedOnUnixException in com.rational.test.ft.object.interfaces
 

Methods in com.rational.test.ft.object.interfaces that throw NotSupportedOnUnixException
 int IWindow.getPid()
          Returns the process ID for the window.
 

Uses of NotSupportedOnUnixException in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that throw NotSupportedOnUnixException
 int IOperatingSystem.getForegroundLockTimeout()
          Gets the foreground lock timeout (in milliseconds) on Windows.
 void IOperatingSystem.setForegroundLockTimeout(int timeout)
          Sets the foreground lock timeout (in milliseconds) on Windows.
 java.lang.String IOperatingSystem.getRegistryValue(java.lang.String key)
          Gets a String registry value.
 int IOperatingSystem.getRegistryIntValue(java.lang.String key)
          Gets an integer registry value.