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. --- docs/java/com/sleepycat/db/ReplicationChannel.html | 572 ++++++++++----------- 1 file changed, 282 insertions(+), 290 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationChannel.html') diff --git a/docs/java/com/sleepycat/db/ReplicationChannel.html b/docs/java/com/sleepycat/db/ReplicationChannel.html index de08b04d..a1efa7c4 100644 --- a/docs/java/com/sleepycat/db/ReplicationChannel.html +++ b/docs/java/com/sleepycat/db/ReplicationChannel.html @@ -1,309 +1,301 @@ - - - - - -ReplicationChannel (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationChannel

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

-A ReplicationChannel handle is used to manage a channel in a replication group. -ReplicationChannel handles are opened using the Environment.openChannel method. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class ReplicationChannel

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplicationChannel
    +extends java.lang.Object
    +
    A ReplicationChannel handle is used to manage a channel in a replication group. +ReplicationChannel handles are opened using the Environment.openChannel method.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclose() - -
    -          Close the channel.
    - voidsendMessage(Set messages) - -
    -          Send a message on the message channel asynchronously.
    - voidsendRequest(Set messages, - DatabaseEntry response, - long timeout) - -
    -          Send request on the message channel.
    - voidsetTimeout(long timeout) - -
    -          Sets the default timeout value for the channel.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidclose() +
      Close the channel.
      +
      voidsendMessage(java.util.Set messages) +
      Send a message on the message channel asynchronously.
      +
      voidsendRequest(java.util.Set messages, + DatabaseEntry response, + long timeout) +
      Send request on the message channel.
      +
      voidsetTimeout(long timeout) +
      Sets the default timeout value for the channel.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -close

    -
    -public void close()
    -           throws DatabaseException
    -
    -
    Close the channel. -

    -

    - -
    Throws: -
    DatabaseException
    -
    -
    -
    - -

    -sendMessage

    -
    -public void sendMessage(Set messages)
    -                 throws DatabaseException
    -
    -
    Send a message on the message channel asynchronously. -

    -

    -

    -
    Parameters:
    messages - -
    Throws: -
    DatabaseException
    -
    -
    -
    - -

    -sendRequest

    -
    -public void sendRequest(Set messages,
    -                        DatabaseEntry response,
    -                        long timeout)
    -                 throws DatabaseException
    -
    -
    Send request on the message channel. It blocks waiting for a response +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        sendMessage

        +
        public void sendMessage(java.util.Set messages)
        +                 throws DatabaseException
        +
        Send a message on the message channel asynchronously. +

        +
        Parameters:
        messages -
        +
        Throws:
        +
        DatabaseException
        +
      • +
      + + + +
        +
      • +

        sendRequest

        +
        public void sendRequest(java.util.Set messages,
        +               DatabaseEntry response,
        +               long timeout)
        +                 throws DatabaseException
        +
        Send request on the message channel. It blocks waiting for a response before returning. -

        -

        -

        -
        Parameters:
        messages -
        response -
        timeout - -
        Throws: -
        DatabaseException
        -
        -
    -
    - -

    -setTimeout

    -
    -public void setTimeout(long timeout)
    -                throws DatabaseException
    -
    -
    Sets the default timeout value for the channel. -

    -

    -

    -
    Parameters:
    timeout - -
    Throws: -
    DatabaseException
    -
    -
    +

+
Parameters:
messages -
response -
timeout -
+
Throws:
+
DatabaseException
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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