Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor¶
-
public final class
CloudAddressMonitor¶ Monitor used to query the availability of VNC Cloud addresses.
Nested Classes¶
- enum
CloudAddressMonitor.Availability - interface
CloudAddressMonitor.Callback
Constructor Summary¶
CloudAddressMonitor(CloudConnectorconnector, String[] cloudAddresses,CloudAddressMonitor.Callbackcallback)Creates a monitor, which queries whether a list of cloud addresses is available.
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
void |
Destroys the Cloud monitor. |
void |
Pauses the Cloud monitor. |
void |
Resumes the Cloud monitor. |
void |
Sets whether or not the Cloud monitor pauses automatically when a connection is established. |
Constructors¶
-
public
CloudAddressMonitor(CloudConnector connector, String[] cloudAddresses, CloudAddressMonitor.Callback callback) throws Library.VncException¶ Creates a monitor, which queries whether a list of cloud addresses is available.
For more information, see
vnc_CloudAddressMonitor_create().
Methods¶
-
public void
destroy()¶ Destroys the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_destroy().
-
public void
pause()¶ Pauses the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_pause().
-
public void
resume()¶ Resumes the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_resume().
-
public void
setPauseOnConnect(boolean pauseOnConnect)¶ Sets whether or not the Cloud monitor pauses automatically when a connection is established.
For more information, see
vnc_CloudAddressMonitor_setPauseOnConnect().