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

Project Version 2.3

com.rational.test.ft.domain.java
Class TestDomainJava

java.lang.Object   extended by com.rational.test.ft.domain.TestDomain
      extended by com.rational.test.ft.domain.java.TestDomainJava

public class TestDomainJava
extends TestDomain

The Java Domain


Field Summary
static java.lang.String NAME
          Name for the domain.
 
Method Summary
static TestDomainJava getDomain()
          Returns the single instance of the domain.
 ProxyTestObject getProxy(java.lang.Object theObject)
           
 
Methods inherited from class com.rational.test.ft.domain.TestDomain
equals, getName, isGraphical, isNamed
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Name for the domain.

Method Detail

getDomain

public static TestDomainJava getDomain()
Returns the single instance of the domain.


getProxy

public ProxyTestObject getProxy(java.lang.Object theObject)