The Java function
ReplicationManagerSiteInfo.isConnected()
is now deprecated. To get the replication connection status,
use
ReplicationManagerSiteInfo.getConnectionStatus()
,
which returns the new class
ReplicationManagerConnectionStatus
,
which has the values CONNECTED
,
DISCONNECTED
, and
UNKNOWN
.