summaryrefslogtreecommitdiff
path: root/examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java')
-rw-r--r--examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java12
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java b/examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java
index 3404e189..4b2137e1 100644
--- a/examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java
+++ b/examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2001, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -309,6 +309,11 @@ public class RepQuoteExampleGSG implements EventHandler
dbenv.close();
}
+ public void handleRepAutoTakeoverFailedEvent()
+ {
+ // Ignored for now.
+ }
+
public void handleRepClientEvent()
{
dbenv.setIsMaster(false);
@@ -334,6 +339,11 @@ public class RepQuoteExampleGSG implements EventHandler
// Ignored for now.
}
+ public void handleRepInQueueFullEvent()
+ {
+ // Ignored for now.
+ }
+
public void handleRepMasterEvent()
{
dbenv.setIsMaster(true);