IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.domain.TestDomainImplementation

Packages that use TestDomainImplementation
com.rational.test.ft.domain   
com.rational.test.ft.domain.java   
 

Uses of TestDomainImplementation in com.rational.test.ft.domain
 

Subclasses of TestDomainImplementation in com.rational.test.ft.domain
 class ProcessDomainImplementation
          The domain implementation for ProcessTestObjects.
 

Methods in com.rational.test.ft.domain that return TestDomainImplementation
abstract  TestDomainImplementation ProxyTestObject.getTestDomain()
          Returns the TestDomain that this proxy object is associated with.
 TestDomainImplementation IProxyBase.getTestDomain()
          Returns the TestDomain that this proxy object is associated with.
 TestDomainImplementation DomainProxy.getTestDomain()
          Returns the TestDomain that this proxy object is associated with.
 TestDomainImplementation DescribedObjectReference.getTestDomain()
           
 TestDomainImplementation DescribedObject.getTestDomain()
          Returns the TestDomain that this proxy object is associated with.
static TestDomainImplementation ProcessDomainImplementation.getTheDomainImplementation()
          Returns the instance for this domain implementation.
 

Uses of TestDomainImplementation in com.rational.test.ft.domain.java
 

Subclasses of TestDomainImplementation in com.rational.test.ft.domain.java
 class Java2TestDomainImplementation
          The "assistive_technology" class that gets loaded as an accessibility interface.
 class SelfRegisteredTestDomainImplementation
          This class is available for Java applications that need to manually enable themselves for testing.
 class TestDomainImplementationJava
           
 

Methods in com.rational.test.ft.domain.java that return TestDomainImplementation
 TestDomainImplementation JavaProxy.getTestDomain()
          Return the TestDomainImplementation that this proxy object is associated with.
static TestDomainImplementation TestDomainImplementationJava.getTheDomainImplementation()
          Returns the instance for this domain implementation.