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. --- .../com/sleepycat/db/ReplicationHostAddress.html | 687 ++++++++++----------- 1 file changed, 340 insertions(+), 347 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationHostAddress.html') diff --git a/docs/java/com/sleepycat/db/ReplicationHostAddress.html b/docs/java/com/sleepycat/db/ReplicationHostAddress.html index 8f8fc7fb..ba1b9ea3 100644 --- a/docs/java/com/sleepycat/db/ReplicationHostAddress.html +++ b/docs/java/com/sleepycat/db/ReplicationHostAddress.html @@ -1,379 +1,372 @@ - - - - - -ReplicationHostAddress (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationHostAddress

-
-java.lang.Object
-  extended by com.sleepycat.db.ReplicationHostAddress
-
-
-
-
public class ReplicationHostAddress
extends Object
- - -

-A simple wrapper class to hold information needed to define +

+
com.sleepycat.db
+

Class ReplicationHostAddress

+
+
+ +
+ +
+
+
    +
  • - - - - - - - - - - - - - - -
    -Field Summary
    - Stringhost - -
    -          The name component of the site address.
    - intport - -
    -          The network port component of the site address.
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      java.lang.Stringhost +
      The name component of the site address.
      +
      intport +
      The network port component of the site address.
      +
      +
    • +
    - - - - - - - - - - - - -
    -Constructor Summary
    ReplicationHostAddress() - -
    -          Create a ReplicationHostAddress with default settings.
    ReplicationHostAddress(String host, - int port) - -
    -          Create a ReplicationHostAddress with user defined host and port information.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      ReplicationHostAddress() +
      Create a ReplicationHostAddress with default settings.
      +
      ReplicationHostAddress(java.lang.String host, + int port) +
      Create a ReplicationHostAddress with user defined host and port information.
      +
      +
    • +
    - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(Object o) - -
    -          
    - StringtoString() - -
    -          
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object o)
      java.lang.StringtoString()
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -port

    -
    -public int port
    -
    -
    The network port component of the site address. -

    -

    -
    -
    -
    - -

    -host

    -
    -public String host
    -
    -
    The name component of the site address. Can be a fully qualified - name, or a dotted format address in String format. -

    -

    -
    -
    - +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        port

        +
        public int port
        +
        The network port component of the site address.
        +
      • +
      + + + +
        +
      • +

        host

        +
        public java.lang.String host
        +
        The name component of the site address. Can be a fully qualified + name, or a dotted format address in String format.
        +
      • +
      +
    • +
    - - - - - - -
    -Constructor Detail
    - -

    -ReplicationHostAddress

    -
    -public ReplicationHostAddress()
    -
    -
    Create a ReplicationHostAddress with default settings. +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplicationHostAddress

        +
        public ReplicationHostAddress()
        +
        Create a ReplicationHostAddress with default settings.

        This is likely not what you want. The current default is host: localhost and port 0.

        Only use this constructor if you plan to configure the object - fields manually after construction. -

        -

    -
    - -

    -ReplicationHostAddress

    -
    -public ReplicationHostAddress(String host,
    -                              int port)
    -
    -
    Create a ReplicationHostAddress with user defined host and port information. -

    -

    - + fields manually after construction.
+ + + + + + + + - - - - - - -
-Method Detail
- -

-toString

-
-public String toString()
-
-
-

-

-
Overrides:
toString in class Object
-
-
-
-
-
-
- -

-equals

-
-public boolean equals(Object o)
-
-
-

-

-
Overrides:
equals in class Object
-
-
-
-
-
+ + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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