summaryrefslogtreecommitdiff
path: root/examples/java/src/db/repquote_gsg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/java/src/db/repquote_gsg')
-rw-r--r--examples/java/src/db/repquote_gsg/RepConfig.java2
-rw-r--r--examples/java/src/db/repquote_gsg/RepQuoteEnvironment.java2
-rw-r--r--examples/java/src/db/repquote_gsg/RepQuoteExampleGSG.java12
-rw-r--r--examples/java/src/db/repquote_gsg/SimpleConfig.java2
-rw-r--r--examples/java/src/db/repquote_gsg/SimpleTxn.java2
5 files changed, 15 insertions, 5 deletions
diff --git a/examples/java/src/db/repquote_gsg/RepConfig.java b/examples/java/src/db/repquote_gsg/RepConfig.java
index 82c75cce..2d710b3b 100644
--- a/examples/java/src/db/repquote_gsg/RepConfig.java
+++ b/examples/java/src/db/repquote_gsg/RepConfig.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$
*/
diff --git a/examples/java/src/db/repquote_gsg/RepQuoteEnvironment.java b/examples/java/src/db/repquote_gsg/RepQuoteEnvironment.java
index 75084259..c6f8988c 100644
--- a/examples/java/src/db/repquote_gsg/RepQuoteEnvironment.java
+++ b/examples/java/src/db/repquote_gsg/RepQuoteEnvironment.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$
*/
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);
diff --git a/examples/java/src/db/repquote_gsg/SimpleConfig.java b/examples/java/src/db/repquote_gsg/SimpleConfig.java
index cde1bd71..6074378e 100644
--- a/examples/java/src/db/repquote_gsg/SimpleConfig.java
+++ b/examples/java/src/db/repquote_gsg/SimpleConfig.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$
*/
diff --git a/examples/java/src/db/repquote_gsg/SimpleTxn.java b/examples/java/src/db/repquote_gsg/SimpleTxn.java
index c597b99f..1eba9d81 100644
--- a/examples/java/src/db/repquote_gsg/SimpleTxn.java
+++ b/examples/java/src/db/repquote_gsg/SimpleTxn.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$
*/