Berkeley DB Reference Version 5.3.33

Replication Connection Status in the Java API

New Function

New Class

Deprecated Function

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

New Class

Deprecated Function