From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../sleepycat/db/ReplicationManagerSiteInfo.html | 782 +++++++++++---------- 1 file changed, 396 insertions(+), 386 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationManagerSiteInfo.html') diff --git a/docs/java/com/sleepycat/db/ReplicationManagerSiteInfo.html b/docs/java/com/sleepycat/db/ReplicationManagerSiteInfo.html index fe4facca..ceff0c4d 100644 --- a/docs/java/com/sleepycat/db/ReplicationManagerSiteInfo.html +++ b/docs/java/com/sleepycat/db/ReplicationManagerSiteInfo.html @@ -1,410 +1,420 @@ - - - - - -ReplicationManagerSiteInfo (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -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. +

+
com.sleepycat.db
+

Class ReplicationManagerSiteInfo

+
+
+ +
+ +
+
+ +
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -addr

    -
    -public ReplicationHostAddress addr
    -
    -
    The replication site's address -

    -

    -
    -
    -
    - -

    -eid

    -
    -public int eid
    -
    -
    The replication site's identifier -

    -

    -
    -
    - +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

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

    -

    - +
      +
    • + + +

      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,
        +                          boolean isView)
        +
        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. -

    -

    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        isConnected

        +
        @Deprecated
        +public boolean isConnected()
        +
        Deprecated. Replaced by getConnectionStatus()
        +
        The replication site is connected.
        +
      • +
      + + + +
        +
      • +

        isPeer

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

        isView

        +
        public boolean isView()
        +
        The replication site is a view.
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

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

+ + -- cgit v1.2.1