|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.domain.TestDomain com.rational.test.ft.domain.TestDomainImplementation com.rational.test.ft.domain.ProcessDomainImplementation
public class ProcessDomainImplementation
The domain implementation for ProcessTestObjects
.
Created internally by a TestContext
.
Do not create objects of this type.
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 |
---|
public ProcessDomainImplementation()
Method Detail |
---|
public java.lang.String getImplementationName()
getImplementationName
in class TestDomainImplementation
public java.util.Enumeration getTopLevelObjects()
null
.
getTopLevelObjects
in class TestDomainImplementation
public static TestDomainImplementation getTheDomainImplementation()
public ProxyTestObject getTopLevelObject(com.rational.test.ft.sys.graphical.Window window)
UnsupportedMethodException
.
getTopLevelObject
in class TestDomainImplementation
window
- The window object to match.
null
if not found.public ProxyTestObject getProxy(java.lang.Object theObject)
null
object should be returned.
getProxy
in class TestDomainImplementation
theObject
- The object to return a proxy object for.
public void registerProxies(java.util.Enumeration proxies)
UnsupportedMethodException
.
registerProxies
in class TestDomainImplementation
public DomainProxy getDomainProxy()
getDomainProxy
in class TestDomainImplementation
public int getActionRecordingFlags()
UnsupportedMethodException
.
getActionRecordingFlags
in class TestDomainImplementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |