Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudAddressMonitor

public final class CloudAddressMonitor

Monitor used to query the availability of VNC Cloud addresses.

Constructor Summary

Method Summary

Modifier and Type Method and Description
void

destroy()

Destroys the Cloud monitor.

void

pause()

Pauses the Cloud monitor.

void

resume()

Resumes the Cloud monitor.

void

setPauseOnConnect(boolean pauseOnConnect)

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().

×