Files
Yasuhiro KIMURA 9678929700 Update to 18.1.40
2020-07-24 01:10:28 +09:00

796 lines
35 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.7) on Mon Jun 01 06:40:53 PDT 2020 -->
<title>EventHandlerAdapter (Oracle - Berkeley DB Java API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2020-06-01">
<link rel="stylesheet" type="text/css" href="../../../style.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EventHandlerAdapter (Oracle - Berkeley DB Java API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EventHandlerAdapter.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Berkeley DB</b><br><font size="-1"> version 18.1.40</font></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">com.sleepycat.db</a></div>
<h2 title="Class EventHandlerAdapter" class="title">Class EventHandlerAdapter</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.sleepycat.db.EventHandlerAdapter</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
<hr>
<pre>public abstract class <span class="typeNameLabel">EventHandlerAdapter</span>
extends java.lang.Object
implements <a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></pre>
<div class="block">An abstract class that implements <a href="EventHandler.html" title="interface in com.sleepycat.db"><code>EventHandler</code></a>, used to specify a
callback function to be called when an event is sent from the Berkeley DB
library.
<p>
See the <a href="EventHandler.html" title="interface in com.sleepycat.db"><code>EventHandler</code></a> class documentation for information on event
callback handler usage.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#EventHandlerAdapter--">EventHandlerAdapter</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handlePanicEvent--">handlePanicEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handlePanicEvent--"><code>EventHandler.handlePanicEvent</code></a> for details of this callback.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepAutoTakeoverEvent--">handleRepAutoTakeoverEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepAutoTakeoverEvent--"><code>EventHandler.handleRepAutoTakeoverEvent</code></a> for details of this callback.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepAutoTakeoverFailedEvent--">handleRepAutoTakeoverFailedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepAutoTakeoverFailedEvent--"><code>EventHandler.handleRepAutoTakeoverFailedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepClientEvent--">handleRepClientEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepClientEvent--"><code>EventHandler.handleRepClientEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepConnectBrokenEvent--">handleRepConnectBrokenEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepConnectBrokenEvent--"><code>EventHandler.handleRepConnectBrokenEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepConnectEstablishedEvent--">handleRepConnectEstablishedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepConnectEstablishedEvent--"><code>EventHandler.handleRepConnectEstablishedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepConnectTryFailedEvent--">handleRepConnectTryFailedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepConnectTryFailedEvent--"><code>EventHandler.handleRepConnectTryFailedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepDupmasterEvent--">handleRepDupmasterEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepDupmasterEvent--"><code>EventHandler.handleRepDupmasterEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepElectedEvent--">handleRepElectedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepElectedEvent--"><code>EventHandler.handleRepElectedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepElectionFailedEvent--">handleRepElectionFailedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepElectionFailedEvent--"><code>EventHandler.handleRepElectionFailedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepInitDoneEvent--">handleRepInitDoneEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">see <a href="EventHandler.html#handleRepInitDoneEvent--"><code>EventHandler.handleRepInitDoneEvent</code></a>for details of this
callback.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepInQueueFullEvent--">handleRepInQueueFullEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">see <a href="EventHandler.html#handleRepInQueueFullEvent--"><code>EventHandler.handleRepInQueueFullEvent</code></a>for details of this
callback.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepJoinFailureEvent--">handleRepJoinFailureEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepJoinFailureEvent--"><code>EventHandler.handleRepJoinFailureEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepLocalSiteRemovedEvent--">handleRepLocalSiteRemovedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepLocalSiteRemovedEvent--"><code>EventHandler.handleRepLocalSiteRemovedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepMasterEvent--">handleRepMasterEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepMasterEvent--"><code>EventHandler.handleRepMasterEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepMasterFailureEvent--">handleRepMasterFailureEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepMasterFailureEvent--"><code>EventHandler.handleRepMasterFailureEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepNewMasterEvent-int-">handleRepNewMasterEvent</a></span>&#8203;(int&nbsp;envId)</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepNewMasterEvent-int-"><code>EventHandler.handleRepNewMasterEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepPermFailedEvent--">handleRepPermFailedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepPermFailedEvent--"><code>EventHandler.handleRepPermFailedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepSiteAddedEvent--">handleRepSiteAddedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepSiteAddedEvent--"><code>EventHandler.handleRepSiteAddedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepSiteRemovedEvent--">handleRepSiteRemovedEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepSiteRemovedEvent--"><code>EventHandler.handleRepSiteRemovedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleRepStartupDoneEvent--">handleRepStartupDoneEvent</a></span>()</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleRepStartupDoneEvent--"><code>EventHandler.handleRepStartupDoneEvent</code></a> for details of this
callback.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#handleWriteFailedEvent-int-">handleWriteFailedEvent</a></span>&#8203;(int&nbsp;errorCode)</code></th>
<td class="colLast">
<div class="block">See <a href="EventHandler.html#handleWriteFailedEvent-int-"><code>EventHandler.handleWriteFailedEvent</code></a> for details of this
callback.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EventHandlerAdapter--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EventHandlerAdapter</h4>
<pre>public&nbsp;EventHandlerAdapter()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="handlePanicEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handlePanicEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handlePanicEvent()</pre>
<div class="block">See <a href="EventHandler.html#handlePanicEvent--"><code>EventHandler.handlePanicEvent</code></a> for details of this callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handlePanicEvent--">handlePanicEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepAutoTakeoverEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepAutoTakeoverEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepAutoTakeoverEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepAutoTakeoverEvent--"><code>EventHandler.handleRepAutoTakeoverEvent</code></a> for details of this callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepAutoTakeoverEvent--">handleRepAutoTakeoverEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepAutoTakeoverFailedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepAutoTakeoverFailedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepAutoTakeoverFailedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepAutoTakeoverFailedEvent--"><code>EventHandler.handleRepAutoTakeoverFailedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepAutoTakeoverFailedEvent--">handleRepAutoTakeoverFailedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepClientEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepClientEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepClientEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepClientEvent--"><code>EventHandler.handleRepClientEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepClientEvent--">handleRepClientEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepConnectBrokenEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepConnectBrokenEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepConnectBrokenEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepConnectBrokenEvent--"><code>EventHandler.handleRepConnectBrokenEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepConnectBrokenEvent--">handleRepConnectBrokenEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepConnectEstablishedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepConnectEstablishedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepConnectEstablishedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepConnectEstablishedEvent--"><code>EventHandler.handleRepConnectEstablishedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepConnectEstablishedEvent--">handleRepConnectEstablishedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepConnectTryFailedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepConnectTryFailedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepConnectTryFailedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepConnectTryFailedEvent--"><code>EventHandler.handleRepConnectTryFailedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepConnectTryFailedEvent--">handleRepConnectTryFailedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepDupmasterEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepDupmasterEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepDupmasterEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepDupmasterEvent--"><code>EventHandler.handleRepDupmasterEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepDupmasterEvent--">handleRepDupmasterEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepElectedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepElectedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepElectedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepElectedEvent--"><code>EventHandler.handleRepElectedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepElectedEvent--">handleRepElectedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepElectionFailedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepElectionFailedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepElectionFailedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepElectionFailedEvent--"><code>EventHandler.handleRepElectionFailedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepElectionFailedEvent--">handleRepElectionFailedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepInitDoneEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepInitDoneEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepInitDoneEvent()</pre>
<div class="block">see <a href="EventHandler.html#handleRepInitDoneEvent--"><code>EventHandler.handleRepInitDoneEvent</code></a>for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepInitDoneEvent--">handleRepInitDoneEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepInQueueFullEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepInQueueFullEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepInQueueFullEvent()</pre>
<div class="block">see <a href="EventHandler.html#handleRepInQueueFullEvent--"><code>EventHandler.handleRepInQueueFullEvent</code></a>for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepInQueueFullEvent--">handleRepInQueueFullEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepJoinFailureEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepJoinFailureEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepJoinFailureEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepJoinFailureEvent--"><code>EventHandler.handleRepJoinFailureEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepJoinFailureEvent--">handleRepJoinFailureEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepLocalSiteRemovedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepLocalSiteRemovedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepLocalSiteRemovedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepLocalSiteRemovedEvent--"><code>EventHandler.handleRepLocalSiteRemovedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepLocalSiteRemovedEvent--">handleRepLocalSiteRemovedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepMasterEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepMasterEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepMasterEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepMasterEvent--"><code>EventHandler.handleRepMasterEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepMasterEvent--">handleRepMasterEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepMasterFailureEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepMasterFailureEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepMasterFailureEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepMasterFailureEvent--"><code>EventHandler.handleRepMasterFailureEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepMasterFailureEvent--">handleRepMasterFailureEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepNewMasterEvent-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepNewMasterEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepNewMasterEvent&#8203;(int&nbsp;envId)</pre>
<div class="block">See <a href="EventHandler.html#handleRepNewMasterEvent-int-"><code>EventHandler.handleRepNewMasterEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepNewMasterEvent-int-">handleRepNewMasterEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>envId</code> - The environment ID of the new master site.</dd>
</dl>
</li>
</ul>
<a name="handleRepPermFailedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepPermFailedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepPermFailedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepPermFailedEvent--"><code>EventHandler.handleRepPermFailedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepPermFailedEvent--">handleRepPermFailedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepSiteAddedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepSiteAddedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepSiteAddedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepSiteAddedEvent--"><code>EventHandler.handleRepSiteAddedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepSiteAddedEvent--">handleRepSiteAddedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepSiteRemovedEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepSiteRemovedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepSiteRemovedEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepSiteRemovedEvent--"><code>EventHandler.handleRepSiteRemovedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepSiteRemovedEvent--">handleRepSiteRemovedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleRepStartupDoneEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleRepStartupDoneEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleRepStartupDoneEvent()</pre>
<div class="block">See <a href="EventHandler.html#handleRepStartupDoneEvent--"><code>EventHandler.handleRepStartupDoneEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleRepStartupDoneEvent--">handleRepStartupDoneEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="handleWriteFailedEvent-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>handleWriteFailedEvent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;handleWriteFailedEvent&#8203;(int&nbsp;errorCode)</pre>
<div class="block">See <a href="EventHandler.html#handleWriteFailedEvent-int-"><code>EventHandler.handleWriteFailedEvent</code></a> for details of this
callback.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="EventHandler.html#handleWriteFailedEvent-int-">handleWriteFailedEvent</a></code>&nbsp;in interface&nbsp;<code><a href="EventHandler.html" title="interface in com.sleepycat.db">EventHandler</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>errorCode</code> - If an operating system specific error code is available for the failure it
will be passed in the errorCode parameter.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EventHandlerAdapter.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Berkeley DB</b><br><font size="-1"> version 18.1.40</font></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size=1>Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.</font></small></p>
</body>
</html>