Berkeley DB
version 5.3.28

com.sleepycat.db
Class ReplicationManagerSiteInfo

java.lang.Object
  extended by com.sleepycat.db.ReplicationManagerSiteInfo

public class ReplicationManagerSiteInfo
extends Object

A simple wrapper class to hold information needed to define a replication site.

ReplicationManagerSiteInfo objects are returned by Environment.getReplicationManagerSiteList


Field Summary
 ReplicationHostAddress addr
          The replication site's address
 int eid
          The replication site's identifier
 
Constructor Summary
ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr, int eid)
          Create a ReplicationManagerSiteInfo with the given information, isConnected defaults to false.
ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr, int eid, boolean isConnected)
          Create a ReplicationManagerSiteInfo with the given information.
ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr, int eid, boolean isConnected, boolean isPeer)
          Create a ReplicationManagerSiteInfo with the given information.
 
Method Summary
 ReplicationManagerConnectionStatus getConnectionStatus()
          The status of the replication site's connection.
 boolean isConnected()
          Deprecated. Replaced by getConnectionStatus()
 boolean isPeer()
          The replication site is a peer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addr

public ReplicationHostAddress addr
The replication site's address


eid

public int eid
The replication site's identifier

Constructor Detail

ReplicationManagerSiteInfo

public ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr,
                                  int eid)
Create a ReplicationManagerSiteInfo with the given information, isConnected defaults to false.


ReplicationManagerSiteInfo

public ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr,
                                  int eid,
                                  boolean isConnected)
Create a ReplicationManagerSiteInfo with the given information.


ReplicationManagerSiteInfo

public ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr,
                                  int eid,
                                  boolean isConnected,
                                  boolean isPeer)
Create a ReplicationManagerSiteInfo with the given information.

Method Detail

getConnectionStatus

public ReplicationManagerConnectionStatus getConnectionStatus()
The status of the replication site's connection.


isConnected

@Deprecated
public boolean isConnected()
Deprecated. Replaced by getConnectionStatus()

The replication site is connected.


isPeer

public boolean isPeer()
The replication site is a peer.


Berkeley DB
version 5.3.28

Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.