|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.services.BasicActionRecorderEventService
public class BasicActionRecorderEventService
This is the service to abstract the signaling of recorder events between the SUT and the recorder. For domains where the SUT receives events from an assistive technology (e.g. CAS when testing Siebel), the domain can signal that the ActionRecorder should ping it for the event. Any domain that supports this model should implement getProxyEvents, which the recorder calls when the proxy "setPendingEventsDomain". In this implementation the "pending events domains" is simply a semicolon seperated list stored in SpyMemory.
Constructor Summary | |
---|---|
BasicActionRecorderEventService()
|
Method Summary | |
---|---|
void |
clearPendingEventsDomain(java.lang.String domainName)
signal that domainName does not have any pending events that the recorer needs to pick up |
void |
clearPrepareToStopDomain(java.lang.String domainName)
signal that domainName has finished with flush and notification and it needs to clear. |
void |
clearReadyToStopDomain(java.lang.String domainName)
signal that domainName has finished with flush and notification and it needs to clear. |
java.lang.String[] |
getPendingEventsDomains()
get a list of the domains that have events to be delivered to the recorder. |
java.lang.String[] |
getPrepareToStopDomains()
get a list of the domains that has above flushing mechanism and notification to the recorder. |
java.lang.String[] |
getReadyToStopDomains()
get a list of the domains that has above flushing mechanism and notification to the recorder. |
boolean |
isRecorderRunning()
|
void |
setPendingEventsDomain(java.lang.String domainName)
indicate that the specified domain has pending events that need to be delivered to the recorder. |
void |
setPrepareToStopDomain(java.lang.String domainName)
Domains like SAP will be having events in the automation layer's event queue that is still not delivered to RFT. |
void |
setReadyToStopDomain(java.lang.String domainName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicActionRecorderEventService()
Method Detail |
---|
public java.lang.String[] getPendingEventsDomains()
getPendingEventsDomains
in interface IActionRecorderEventService
public void setPendingEventsDomain(java.lang.String domainName)
setPendingEventsDomain
in interface IActionRecorderEventService
domainName
- public void clearPendingEventsDomain(java.lang.String domainName)
clearPendingEventsDomain
in interface IActionRecorderEventService
domainName
- public boolean isRecorderRunning()
isRecorderRunning
in interface IActionRecorderEventService
public void setPrepareToStopDomain(java.lang.String domainName)
setPrepareToStopDomain
in interface IActionRecorderEventService
domainName
- public java.lang.String[] getPrepareToStopDomains()
getPrepareToStopDomains
in interface IActionRecorderEventService
public void clearPrepareToStopDomain(java.lang.String domainName)
clearPrepareToStopDomain
in interface IActionRecorderEventService
domainName
- public void setReadyToStopDomain(java.lang.String domainName)
setReadyToStopDomain
in interface IActionRecorderEventService
public java.lang.String[] getReadyToStopDomains()
getReadyToStopDomains
in interface IActionRecorderEventService
public void clearReadyToStopDomain(java.lang.String domainName)
clearReadyToStopDomain
in interface IActionRecorderEventService
domainName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |