|
T-Plan Robot Enterprise 3.4 Build No. 3.4-20130322.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImageOwner
This interface declares client capability to own and maintain image of the connected test environment (such as live desktop, static image, ...).
T-Plan Robot Enterprise, (C) 2009-2013 T-Plan Limited. All rights reserved.
| Method Summary | |
|---|---|
boolean |
isActivelyUpdating()
Indicate whether the client is actively or passively updating the image. |
boolean |
isStatic()
Indicate whether the image is a static one or a live one (dynamically updated). |
| Method Detail |
|---|
boolean isActivelyUpdating()
Indicate whether the client is actively or passively updating the image. This flag is used for optimization of the test framework.
An active client typically updates the image at regular intervals or on a schedule basis because the server doesn't notify the client of the image updates. An example of an active client is the Java one.
A passive client receives image updates asynchronously from the server and it is safe to presume that the image is up to date with a small delay. Examples of passive clients are RFB (VNC) and RDP.
boolean isStatic()
|
T-Plan Robot Enterprise 3.4 Build No. 3.4-20130322.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||