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

Project Version 2.3

com.rational.test.ft.domain
Class ProcessDomainImplementation

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

public class ProcessDomainImplementation
extends TestDomainImplementation

The domain implementation for ProcessTestObjects. Created internally by a TestContext.

Do not create objects of this type.

Since:
RFT1.0

Constructor Summary
ProcessDomainImplementation()
           
 
Method Summary
 int getActionRecordingFlags()
          Not supported - throws UnsupportedMethodException.
 DomainProxy getDomainProxy()
          Returns the proxy for this domain object.
 java.lang.String getImplementationName()
          Returns the name of the domain implementation.
 ProxyTestObject getProxy(java.lang.Object theObject)
          Returns a proxy object for the specified object.
static TestDomainImplementation getTheDomainImplementation()
          Returns the instance for this domain implementation.
 ProxyTestObject getTopLevelObject(com.rational.test.ft.sys.graphical.Window window)
          Not supported - throws UnsupportedMethodException.
 java.util.Enumeration getTopLevelObjects()
          Returns null.
 void registerProxies(java.util.Enumeration proxies)
          Not supported - throws UnsupportedMethodException.
 
Methods inherited from class com.rational.test.ft.domain.TestDomainImplementation
equals, find, getDescribedObject, getTopLevelObject, supportVOMOptimization
 
Methods inherited from class com.rational.test.ft.domain.TestDomain
getName, isGraphical, isNamed
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDomainImplementation

public ProcessDomainImplementation()
Method Detail

getImplementationName

public java.lang.String getImplementationName()
Returns the name of the domain implementation.

Specified by:
getImplementationName in class TestDomainImplementation
Since:
RFT1.0

getTopLevelObjects

public java.util.Enumeration getTopLevelObjects()
Returns null.

Specified by:
getTopLevelObjects in class TestDomainImplementation
Since:
RFT1.0

getTheDomainImplementation

public static TestDomainImplementation getTheDomainImplementation()
Returns the instance for this domain implementation.

Since:
RFT1.0

getTopLevelObject

public ProxyTestObject getTopLevelObject(com.rational.test.ft.sys.graphical.Window window)
Not supported - throws UnsupportedMethodException.

Specified by:
getTopLevelObject in class TestDomainImplementation
Parameters:
window - The window object to match.
Returns:
The top level object matching window in this test domain, or null if not found.
Since:
RFT1.0

getProxy

public ProxyTestObject getProxy(java.lang.Object theObject)
Returns a proxy object for the specified object. If the object is relative to an associated domain, that domain should be called to return a proxy for the object. If the object is not part of this domain or an associated domain, a null object should be returned.

Specified by:
getProxy in class TestDomainImplementation
Parameters:
theObject - The object to return a proxy object for.
Returns:
A proxy for the specified object.
Since:
RFT1.0

registerProxies

public void registerProxies(java.util.Enumeration proxies)
Not supported - throws UnsupportedMethodException.

Specified by:
registerProxies in class TestDomainImplementation
Since:
RFT1.0

getDomainProxy

public DomainProxy getDomainProxy()
Returns the proxy for this domain object.

Specified by:
getDomainProxy in class TestDomainImplementation
Since:
RFT1.0

getActionRecordingFlags

public int getActionRecordingFlags()
Not supported - throws UnsupportedMethodException.

Specified by:
getActionRecordingFlags in class TestDomainImplementation
Since:
RFT1.0