Replication Connection Status in the Java API
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.
New Function
ReplicationManagerSiteInfo.getConnectionStatus()
New Class
ReplicationManagerConnectionStatus
Deprecated Function
ReplicationManagerSiteInfo.isConnected()