|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the standard interface for all TestObjectReference
objects. These
include the mapped object reference, process reference, and remote proxy reference.
Method Summary | |
com.rational.test.ft.object.TestObjectReference |
getAnchor()
Returns an anchor, or null if the anchor is not supported in this type of reference object. |
com.rational.test.ft.object.map.SpyMappedTestObject |
getMappedTestObject()
Returns the mapped test object if this is a mapped-object reference object; null otherwise. |
com.rational.test.ft.sys.OSProcessInformation |
getProcess()
Returns the process information if this is a process-reference object; if not, it returns null . |
com.rational.test.ft.sys.RemoteProxyReference |
getRemoteProxyReference()
Returns the RemoteProxyReference if this is a remote proxy reference object;
if not, it returns null . |
long |
getScriptCommandFlags()
Returns the ScriptCommandFlags
associated with the TestObject . |
java.lang.Object |
getTarget()
Returns the target object of reference. |
com.rational.test.ft.sys.TestContext.Reference |
getTestContextReference()
Returns the testContextReference for a bound object; if the object is not bound,
it returns null . |
boolean |
isBound()
Returns true if the object is bound. |
boolean |
isDescribed()
|
boolean |
isProcess()
Returns true if the object is a process-reference object. |
Method Detail |
public java.lang.Object getTarget()
public com.rational.test.ft.object.TestObjectReference getAnchor()
null
if the anchor is not supported in this type of reference object.
public boolean isBound()
true
if the object is bound.
public boolean isProcess()
true
if the object is a process-reference object.
public com.rational.test.ft.sys.TestContext.Reference getTestContextReference()
testContextReference
for a bound object; if the object is not bound,
it returns null
.
public com.rational.test.ft.sys.RemoteProxyReference getRemoteProxyReference()
RemoteProxyReference
if this is a remote proxy reference object;
if not, it returns null
.
public com.rational.test.ft.sys.OSProcessInformation getProcess()
null
.
public com.rational.test.ft.object.map.SpyMappedTestObject getMappedTestObject()
null
otherwise.
public long getScriptCommandFlags()
ScriptCommandFlags
associated with the TestObject
. If no flags are associated with this test object,
NO_FLAGS
is returned.
public boolean isDescribed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |