summaryrefslogtreecommitdiff
path: root/examples/java
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /examples/java
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'examples/java')
-rw-r--r--examples/java/src/collections/access/AccessExample.java2
-rw-r--r--examples/java/src/collections/hello/HelloDatabaseWorld.java2
-rw-r--r--examples/java/src/collections/ship/basic/PartData.java2
-rw-r--r--examples/java/src/collections/ship/basic/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/basic/Sample.java2
-rw-r--r--examples/java/src/collections/ship/basic/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/basic/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/basic/ShipmentData.java2
-rw-r--r--examples/java/src/collections/ship/basic/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/basic/SupplierData.java2
-rw-r--r--examples/java/src/collections/ship/basic/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/basic/Weight.java2
-rw-r--r--examples/java/src/collections/ship/entity/Part.java2
-rw-r--r--examples/java/src/collections/ship/entity/PartData.java2
-rw-r--r--examples/java/src/collections/ship/entity/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/entity/Sample.java2
-rw-r--r--examples/java/src/collections/ship/entity/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/entity/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/entity/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/entity/ShipmentData.java2
-rw-r--r--examples/java/src/collections/ship/entity/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/entity/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/entity/SupplierData.java2
-rw-r--r--examples/java/src/collections/ship/entity/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/entity/Weight.java2
-rw-r--r--examples/java/src/collections/ship/factory/Part.java2
-rw-r--r--examples/java/src/collections/ship/factory/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/factory/Sample.java2
-rw-r--r--examples/java/src/collections/ship/factory/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/factory/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/factory/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/factory/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/factory/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/factory/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/factory/Weight.java2
-rw-r--r--examples/java/src/collections/ship/index/PartData.java2
-rw-r--r--examples/java/src/collections/ship/index/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/index/Sample.java2
-rw-r--r--examples/java/src/collections/ship/index/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/index/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/index/ShipmentData.java2
-rw-r--r--examples/java/src/collections/ship/index/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/index/SupplierData.java2
-rw-r--r--examples/java/src/collections/ship/index/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/index/Weight.java2
-rw-r--r--examples/java/src/collections/ship/marshal/MarshalledEnt.java2
-rw-r--r--examples/java/src/collections/ship/marshal/MarshalledKey.java2
-rw-r--r--examples/java/src/collections/ship/marshal/Part.java2
-rw-r--r--examples/java/src/collections/ship/marshal/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/marshal/Sample.java2
-rw-r--r--examples/java/src/collections/ship/marshal/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/marshal/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/marshal/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/marshal/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/marshal/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/marshal/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/marshal/Weight.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Part.java2
-rw-r--r--examples/java/src/collections/ship/sentity/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Sample.java2
-rw-r--r--examples/java/src/collections/ship/sentity/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/sentity/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/sentity/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/sentity/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/sentity/Weight.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Part.java2
-rw-r--r--examples/java/src/collections/ship/tuple/PartData.java2
-rw-r--r--examples/java/src/collections/ship/tuple/PartKey.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Sample.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SampleDatabase.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SampleViews.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Shipment.java2
-rw-r--r--examples/java/src/collections/ship/tuple/ShipmentData.java2
-rw-r--r--examples/java/src/collections/ship/tuple/ShipmentKey.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Supplier.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SupplierData.java2
-rw-r--r--examples/java/src/collections/ship/tuple/SupplierKey.java2
-rw-r--r--examples/java/src/collections/ship/tuple/Weight.java2
-rw-r--r--examples/java/src/db/AccessExample.java2
-rw-r--r--examples/java/src/db/BtRecExample.java2
-rw-r--r--examples/java/src/db/BulkAccessExample.java2
-rw-r--r--examples/java/src/db/BulkAccessNIOExample.java2
-rw-r--r--examples/java/src/db/BulkExample.java2
-rw-r--r--examples/java/src/db/EnvExample.java2
-rw-r--r--examples/java/src/db/GettingStarted/ExampleDatabaseLoad.java2
-rw-r--r--examples/java/src/db/GettingStarted/ExampleDatabaseRead.java2
-rw-r--r--examples/java/src/db/GettingStarted/Inventory.java2
-rw-r--r--examples/java/src/db/GettingStarted/InventoryBinding.java2
-rw-r--r--examples/java/src/db/GettingStarted/ItemNameKeyCreator.java2
-rw-r--r--examples/java/src/db/GettingStarted/MyDbs.java2
-rw-r--r--examples/java/src/db/GettingStarted/Vendor.java2
-rw-r--r--examples/java/src/db/LockExample.java2
-rw-r--r--examples/java/src/db/SequenceExample.java2
-rw-r--r--examples/java/src/db/TpcbExample.java2
-rw-r--r--examples/java/src/db/repquote/RepConfig.java2
-rw-r--r--examples/java/src/db/repquote/RepQuoteEnvironment.java2
-rw-r--r--examples/java/src/db/repquote/RepQuoteExample.java2
-rw-r--r--examples/java/src/db/repquote/RepRemoteHost.java2
-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
-rw-r--r--examples/java/src/db/txn/DBWriter.java2
-rw-r--r--examples/java/src/db/txn/PayloadData.java2
-rw-r--r--examples/java/src/db/txn/TxnGuide.java2
-rw-r--r--examples/java/src/db/txn/TxnGuideInMemory.java2
-rw-r--r--examples/java/src/persist/CustomKeyOrderExample.java2
-rw-r--r--examples/java/src/persist/DplDump.java2
-rw-r--r--examples/java/src/persist/EventExample.java2
-rw-r--r--examples/java/src/persist/EventExampleDPL.java2
-rw-r--r--examples/java/src/persist/PersonExample.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleDA.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleEntityClass.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleStoreGet.java2
-rw-r--r--examples/java/src/persist/gettingStarted/SimpleStorePut.java2
-rw-r--r--examples/java/src/persist/txn/PayloadDataEntity.java2
-rw-r--r--examples/java/src/persist/txn/StoreWriter.java2
-rw-r--r--examples/java/src/persist/txn/TxnGuideDPL.java2
121 files changed, 131 insertions, 121 deletions
diff --git a/examples/java/src/collections/access/AccessExample.java b/examples/java/src/collections/access/AccessExample.java
index 8131ef89..47076477 100644
--- a/examples/java/src/collections/access/AccessExample.java
+++ b/examples/java/src/collections/access/AccessExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/hello/HelloDatabaseWorld.java b/examples/java/src/collections/hello/HelloDatabaseWorld.java
index c64285cb..059f58e2 100644
--- a/examples/java/src/collections/hello/HelloDatabaseWorld.java
+++ b/examples/java/src/collections/hello/HelloDatabaseWorld.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/PartData.java b/examples/java/src/collections/ship/basic/PartData.java
index 0ba0d106..197986d9 100644
--- a/examples/java/src/collections/ship/basic/PartData.java
+++ b/examples/java/src/collections/ship/basic/PartData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/PartKey.java b/examples/java/src/collections/ship/basic/PartKey.java
index 1aeb3383..55ed06bd 100644
--- a/examples/java/src/collections/ship/basic/PartKey.java
+++ b/examples/java/src/collections/ship/basic/PartKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/Sample.java b/examples/java/src/collections/ship/basic/Sample.java
index 9ff4db7e..1cd9a389 100644
--- a/examples/java/src/collections/ship/basic/Sample.java
+++ b/examples/java/src/collections/ship/basic/Sample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/SampleDatabase.java b/examples/java/src/collections/ship/basic/SampleDatabase.java
index cfbb33b7..2d02dc8d 100644
--- a/examples/java/src/collections/ship/basic/SampleDatabase.java
+++ b/examples/java/src/collections/ship/basic/SampleDatabase.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/SampleViews.java b/examples/java/src/collections/ship/basic/SampleViews.java
index 5f89935b..6220e5e1 100644
--- a/examples/java/src/collections/ship/basic/SampleViews.java
+++ b/examples/java/src/collections/ship/basic/SampleViews.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/ShipmentData.java b/examples/java/src/collections/ship/basic/ShipmentData.java
index 164b8271..42d2e0a4 100644
--- a/examples/java/src/collections/ship/basic/ShipmentData.java
+++ b/examples/java/src/collections/ship/basic/ShipmentData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/ShipmentKey.java b/examples/java/src/collections/ship/basic/ShipmentKey.java
index 8cf29a4c..495e3619 100644
--- a/examples/java/src/collections/ship/basic/ShipmentKey.java
+++ b/examples/java/src/collections/ship/basic/ShipmentKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/SupplierData.java b/examples/java/src/collections/ship/basic/SupplierData.java
index 844d9258..105d27ba 100644
--- a/examples/java/src/collections/ship/basic/SupplierData.java
+++ b/examples/java/src/collections/ship/basic/SupplierData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/SupplierKey.java b/examples/java/src/collections/ship/basic/SupplierKey.java
index 0fa4d66b..cb52c663 100644
--- a/examples/java/src/collections/ship/basic/SupplierKey.java
+++ b/examples/java/src/collections/ship/basic/SupplierKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/basic/Weight.java b/examples/java/src/collections/ship/basic/Weight.java
index c2e612e8..5a290274 100644
--- a/examples/java/src/collections/ship/basic/Weight.java
+++ b/examples/java/src/collections/ship/basic/Weight.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/Part.java b/examples/java/src/collections/ship/entity/Part.java
index 4bf98b6c..8a99d0ed 100644
--- a/examples/java/src/collections/ship/entity/Part.java
+++ b/examples/java/src/collections/ship/entity/Part.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/PartData.java b/examples/java/src/collections/ship/entity/PartData.java
index b33e4eba..de1c8dd7 100644
--- a/examples/java/src/collections/ship/entity/PartData.java
+++ b/examples/java/src/collections/ship/entity/PartData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/PartKey.java b/examples/java/src/collections/ship/entity/PartKey.java
index 4d79a8dc..a1f5a53f 100644
--- a/examples/java/src/collections/ship/entity/PartKey.java
+++ b/examples/java/src/collections/ship/entity/PartKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/Sample.java b/examples/java/src/collections/ship/entity/Sample.java
index c3aa230c..429f9a71 100644
--- a/examples/java/src/collections/ship/entity/Sample.java
+++ b/examples/java/src/collections/ship/entity/Sample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/SampleDatabase.java b/examples/java/src/collections/ship/entity/SampleDatabase.java
index c138ef7b..1fcd3efa 100644
--- a/examples/java/src/collections/ship/entity/SampleDatabase.java
+++ b/examples/java/src/collections/ship/entity/SampleDatabase.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/SampleViews.java b/examples/java/src/collections/ship/entity/SampleViews.java
index 3cf605ac..4344dc86 100644
--- a/examples/java/src/collections/ship/entity/SampleViews.java
+++ b/examples/java/src/collections/ship/entity/SampleViews.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/Shipment.java b/examples/java/src/collections/ship/entity/Shipment.java
index 23283c59..08e6d880 100644
--- a/examples/java/src/collections/ship/entity/Shipment.java
+++ b/examples/java/src/collections/ship/entity/Shipment.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/ShipmentData.java b/examples/java/src/collections/ship/entity/ShipmentData.java
index 82cd9a3c..cc560604 100644
--- a/examples/java/src/collections/ship/entity/ShipmentData.java
+++ b/examples/java/src/collections/ship/entity/ShipmentData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/ShipmentKey.java b/examples/java/src/collections/ship/entity/ShipmentKey.java
index 541f8464..c6ab169b 100644
--- a/examples/java/src/collections/ship/entity/ShipmentKey.java
+++ b/examples/java/src/collections/ship/entity/ShipmentKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/Supplier.java b/examples/java/src/collections/ship/entity/Supplier.java
index 3ed6ef5d..27508a55 100644
--- a/examples/java/src/collections/ship/entity/Supplier.java
+++ b/examples/java/src/collections/ship/entity/Supplier.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/SupplierData.java b/examples/java/src/collections/ship/entity/SupplierData.java
index 0bed0ad6..363a2eee 100644
--- a/examples/java/src/collections/ship/entity/SupplierData.java
+++ b/examples/java/src/collections/ship/entity/SupplierData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/SupplierKey.java b/examples/java/src/collections/ship/entity/SupplierKey.java
index 15c2dd08..a7af271e 100644
--- a/examples/java/src/collections/ship/entity/SupplierKey.java
+++ b/examples/java/src/collections/ship/entity/SupplierKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/entity/Weight.java b/examples/java/src/collections/ship/entity/Weight.java
index 8404c1aa..60bbe9a3 100644
--- a/examples/java/src/collections/ship/entity/Weight.java
+++ b/examples/java/src/collections/ship/entity/Weight.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/Part.java b/examples/java/src/collections/ship/factory/Part.java
index 9d6e34e6..cb785aa9 100644
--- a/examples/java/src/collections/ship/factory/Part.java
+++ b/examples/java/src/collections/ship/factory/Part.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/PartKey.java b/examples/java/src/collections/ship/factory/PartKey.java
index 3dde817b..5391099d 100644
--- a/examples/java/src/collections/ship/factory/PartKey.java
+++ b/examples/java/src/collections/ship/factory/PartKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/Sample.java b/examples/java/src/collections/ship/factory/Sample.java
index 06653d79..0519dd94 100644
--- a/examples/java/src/collections/ship/factory/Sample.java
+++ b/examples/java/src/collections/ship/factory/Sample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/SampleDatabase.java b/examples/java/src/collections/ship/factory/SampleDatabase.java
index 8aab5d90..fa803913 100644
--- a/examples/java/src/collections/ship/factory/SampleDatabase.java
+++ b/examples/java/src/collections/ship/factory/SampleDatabase.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/SampleViews.java b/examples/java/src/collections/ship/factory/SampleViews.java
index 7c380611..90df08f5 100644
--- a/examples/java/src/collections/ship/factory/SampleViews.java
+++ b/examples/java/src/collections/ship/factory/SampleViews.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/Shipment.java b/examples/java/src/collections/ship/factory/Shipment.java
index 10da5087..38a4f7e2 100644
--- a/examples/java/src/collections/ship/factory/Shipment.java
+++ b/examples/java/src/collections/ship/factory/Shipment.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/ShipmentKey.java b/examples/java/src/collections/ship/factory/ShipmentKey.java
index b2d532aa..2ef31f20 100644
--- a/examples/java/src/collections/ship/factory/ShipmentKey.java
+++ b/examples/java/src/collections/ship/factory/ShipmentKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/Supplier.java b/examples/java/src/collections/ship/factory/Supplier.java
index b429f7f2..317620ac 100644
--- a/examples/java/src/collections/ship/factory/Supplier.java
+++ b/examples/java/src/collections/ship/factory/Supplier.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/SupplierKey.java b/examples/java/src/collections/ship/factory/SupplierKey.java
index 0c7ab107..43b7886b 100644
--- a/examples/java/src/collections/ship/factory/SupplierKey.java
+++ b/examples/java/src/collections/ship/factory/SupplierKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/factory/Weight.java b/examples/java/src/collections/ship/factory/Weight.java
index 3740d5ee..be467b0b 100644
--- a/examples/java/src/collections/ship/factory/Weight.java
+++ b/examples/java/src/collections/ship/factory/Weight.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/PartData.java b/examples/java/src/collections/ship/index/PartData.java
index 6be3f216..ba8d38c5 100644
--- a/examples/java/src/collections/ship/index/PartData.java
+++ b/examples/java/src/collections/ship/index/PartData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/PartKey.java b/examples/java/src/collections/ship/index/PartKey.java
index 0b394bb6..09a36d6f 100644
--- a/examples/java/src/collections/ship/index/PartKey.java
+++ b/examples/java/src/collections/ship/index/PartKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/Sample.java b/examples/java/src/collections/ship/index/Sample.java
index 631dbcf1..41ca2c65 100644
--- a/examples/java/src/collections/ship/index/Sample.java
+++ b/examples/java/src/collections/ship/index/Sample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/SampleDatabase.java b/examples/java/src/collections/ship/index/SampleDatabase.java
index c02789ef..ee8f80cf 100644
--- a/examples/java/src/collections/ship/index/SampleDatabase.java
+++ b/examples/java/src/collections/ship/index/SampleDatabase.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/SampleViews.java b/examples/java/src/collections/ship/index/SampleViews.java
index 2c8bb0aa..9085c1c1 100644
--- a/examples/java/src/collections/ship/index/SampleViews.java
+++ b/examples/java/src/collections/ship/index/SampleViews.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/ShipmentData.java b/examples/java/src/collections/ship/index/ShipmentData.java
index be1e8e4e..f533b7cf 100644
--- a/examples/java/src/collections/ship/index/ShipmentData.java
+++ b/examples/java/src/collections/ship/index/ShipmentData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/ShipmentKey.java b/examples/java/src/collections/ship/index/ShipmentKey.java
index fd92bda1..7756dd86 100644
--- a/examples/java/src/collections/ship/index/ShipmentKey.java
+++ b/examples/java/src/collections/ship/index/ShipmentKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/SupplierData.java b/examples/java/src/collections/ship/index/SupplierData.java
index 3995d5db..01951234 100644
--- a/examples/java/src/collections/ship/index/SupplierData.java
+++ b/examples/java/src/collections/ship/index/SupplierData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/SupplierKey.java b/examples/java/src/collections/ship/index/SupplierKey.java
index b1eff71c..a3fb2378 100644
--- a/examples/java/src/collections/ship/index/SupplierKey.java
+++ b/examples/java/src/collections/ship/index/SupplierKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/index/Weight.java b/examples/java/src/collections/ship/index/Weight.java
index 783057fc..c67edf8c 100644
--- a/examples/java/src/collections/ship/index/Weight.java
+++ b/examples/java/src/collections/ship/index/Weight.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/MarshalledEnt.java b/examples/java/src/collections/ship/marshal/MarshalledEnt.java
index 9e269962..2ca95362 100644
--- a/examples/java/src/collections/ship/marshal/MarshalledEnt.java
+++ b/examples/java/src/collections/ship/marshal/MarshalledEnt.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/MarshalledKey.java b/examples/java/src/collections/ship/marshal/MarshalledKey.java
index 0ee3ebf7..8fd9e994 100644
--- a/examples/java/src/collections/ship/marshal/MarshalledKey.java
+++ b/examples/java/src/collections/ship/marshal/MarshalledKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/Part.java b/examples/java/src/collections/ship/marshal/Part.java
index 6f543b06..8d807a03 100644
--- a/examples/java/src/collections/ship/marshal/Part.java
+++ b/examples/java/src/collections/ship/marshal/Part.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/PartKey.java b/examples/java/src/collections/ship/marshal/PartKey.java
index b1841e9a..d5567597 100644
--- a/examples/java/src/collections/ship/marshal/PartKey.java
+++ b/examples/java/src/collections/ship/marshal/PartKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/Sample.java b/examples/java/src/collections/ship/marshal/Sample.java
index 0183f930..023ee7f3 100644
--- a/examples/java/src/collections/ship/marshal/Sample.java
+++ b/examples/java/src/collections/ship/marshal/Sample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/SampleDatabase.java b/examples/java/src/collections/ship/marshal/SampleDatabase.java
index a1bab0d1..540fa980 100644
--- a/examples/java/src/collections/ship/marshal/SampleDatabase.java
+++ b/examples/java/src/collections/ship/marshal/SampleDatabase.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/SampleViews.java b/examples/java/src/collections/ship/marshal/SampleViews.java
index 3ab519d0..2f65aa55 100644
--- a/examples/java/src/collections/ship/marshal/SampleViews.java
+++ b/examples/java/src/collections/ship/marshal/SampleViews.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/Shipment.java b/examples/java/src/collections/ship/marshal/Shipment.java
index 6370f0f2..c6015c54 100644
--- a/examples/java/src/collections/ship/marshal/Shipment.java
+++ b/examples/java/src/collections/ship/marshal/Shipment.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/ShipmentKey.java b/examples/java/src/collections/ship/marshal/ShipmentKey.java
index d0bff32c..eb83288a 100644
--- a/examples/java/src/collections/ship/marshal/ShipmentKey.java
+++ b/examples/java/src/collections/ship/marshal/ShipmentKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/Supplier.java b/examples/java/src/collections/ship/marshal/Supplier.java
index f903fce9..21f8d3e3 100644
--- a/examples/java/src/collections/ship/marshal/Supplier.java
+++ b/examples/java/src/collections/ship/marshal/Supplier.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/SupplierKey.java b/examples/java/src/collections/ship/marshal/SupplierKey.java
index 4e776f44..7c9c4fb9 100644
--- a/examples/java/src/collections/ship/marshal/SupplierKey.java
+++ b/examples/java/src/collections/ship/marshal/SupplierKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/marshal/Weight.java b/examples/java/src/collections/ship/marshal/Weight.java
index 6323201b..e5b377c3 100644
--- a/examples/java/src/collections/ship/marshal/Weight.java
+++ b/examples/java/src/collections/ship/marshal/Weight.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/Part.java b/examples/java/src/collections/ship/sentity/Part.java
index 4c5394ac..da4f1446 100644
--- a/examples/java/src/collections/ship/sentity/Part.java
+++ b/examples/java/src/collections/ship/sentity/Part.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/PartKey.java b/examples/java/src/collections/ship/sentity/PartKey.java
index c85fe0e0..09524953 100644
--- a/examples/java/src/collections/ship/sentity/PartKey.java
+++ b/examples/java/src/collections/ship/sentity/PartKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/Sample.java b/examples/java/src/collections/ship/sentity/Sample.java
index 777c729d..e9f19ab1 100644
--- a/examples/java/src/collections/ship/sentity/Sample.java
+++ b/examples/java/src/collections/ship/sentity/Sample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/SampleDatabase.java b/examples/java/src/collections/ship/sentity/SampleDatabase.java
index 6b5513f1..8b0b4afa 100644
--- a/examples/java/src/collections/ship/sentity/SampleDatabase.java
+++ b/examples/java/src/collections/ship/sentity/SampleDatabase.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/SampleViews.java b/examples/java/src/collections/ship/sentity/SampleViews.java
index a1dc52b4..04dcb672 100644
--- a/examples/java/src/collections/ship/sentity/SampleViews.java
+++ b/examples/java/src/collections/ship/sentity/SampleViews.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/Shipment.java b/examples/java/src/collections/ship/sentity/Shipment.java
index 9b79428a..6c943d3d 100644
--- a/examples/java/src/collections/ship/sentity/Shipment.java
+++ b/examples/java/src/collections/ship/sentity/Shipment.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/ShipmentKey.java b/examples/java/src/collections/ship/sentity/ShipmentKey.java
index 2f3a9ad0..c599e1f2 100644
--- a/examples/java/src/collections/ship/sentity/ShipmentKey.java
+++ b/examples/java/src/collections/ship/sentity/ShipmentKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/Supplier.java b/examples/java/src/collections/ship/sentity/Supplier.java
index fbc9ff71..bd3d862b 100644
--- a/examples/java/src/collections/ship/sentity/Supplier.java
+++ b/examples/java/src/collections/ship/sentity/Supplier.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/SupplierKey.java b/examples/java/src/collections/ship/sentity/SupplierKey.java
index a4553743..48fd9d6a 100644
--- a/examples/java/src/collections/ship/sentity/SupplierKey.java
+++ b/examples/java/src/collections/ship/sentity/SupplierKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/sentity/Weight.java b/examples/java/src/collections/ship/sentity/Weight.java
index 990c8701..5b7f2760 100644
--- a/examples/java/src/collections/ship/sentity/Weight.java
+++ b/examples/java/src/collections/ship/sentity/Weight.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/Part.java b/examples/java/src/collections/ship/tuple/Part.java
index 16607ffa..bc4a9c28 100644
--- a/examples/java/src/collections/ship/tuple/Part.java
+++ b/examples/java/src/collections/ship/tuple/Part.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/PartData.java b/examples/java/src/collections/ship/tuple/PartData.java
index 132e2671..f3265537 100644
--- a/examples/java/src/collections/ship/tuple/PartData.java
+++ b/examples/java/src/collections/ship/tuple/PartData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/PartKey.java b/examples/java/src/collections/ship/tuple/PartKey.java
index d14ea15d..935040e8 100644
--- a/examples/java/src/collections/ship/tuple/PartKey.java
+++ b/examples/java/src/collections/ship/tuple/PartKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/Sample.java b/examples/java/src/collections/ship/tuple/Sample.java
index 3e20b92b..f2dec0aa 100644
--- a/examples/java/src/collections/ship/tuple/Sample.java
+++ b/examples/java/src/collections/ship/tuple/Sample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/SampleDatabase.java b/examples/java/src/collections/ship/tuple/SampleDatabase.java
index f7d4a83d..06cbe585 100644
--- a/examples/java/src/collections/ship/tuple/SampleDatabase.java
+++ b/examples/java/src/collections/ship/tuple/SampleDatabase.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/SampleViews.java b/examples/java/src/collections/ship/tuple/SampleViews.java
index a43b785a..f7ba2cff 100644
--- a/examples/java/src/collections/ship/tuple/SampleViews.java
+++ b/examples/java/src/collections/ship/tuple/SampleViews.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/Shipment.java b/examples/java/src/collections/ship/tuple/Shipment.java
index b8bcda96..d41ec25f 100644
--- a/examples/java/src/collections/ship/tuple/Shipment.java
+++ b/examples/java/src/collections/ship/tuple/Shipment.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/ShipmentData.java b/examples/java/src/collections/ship/tuple/ShipmentData.java
index 06aaaa7f..4f04dd7f 100644
--- a/examples/java/src/collections/ship/tuple/ShipmentData.java
+++ b/examples/java/src/collections/ship/tuple/ShipmentData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/ShipmentKey.java b/examples/java/src/collections/ship/tuple/ShipmentKey.java
index 462b8748..41d76a2a 100644
--- a/examples/java/src/collections/ship/tuple/ShipmentKey.java
+++ b/examples/java/src/collections/ship/tuple/ShipmentKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/Supplier.java b/examples/java/src/collections/ship/tuple/Supplier.java
index 54c40407..d8bb17e7 100644
--- a/examples/java/src/collections/ship/tuple/Supplier.java
+++ b/examples/java/src/collections/ship/tuple/Supplier.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/SupplierData.java b/examples/java/src/collections/ship/tuple/SupplierData.java
index 0667d273..f114016b 100644
--- a/examples/java/src/collections/ship/tuple/SupplierData.java
+++ b/examples/java/src/collections/ship/tuple/SupplierData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/SupplierKey.java b/examples/java/src/collections/ship/tuple/SupplierKey.java
index 3dccc0c2..f069abd8 100644
--- a/examples/java/src/collections/ship/tuple/SupplierKey.java
+++ b/examples/java/src/collections/ship/tuple/SupplierKey.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/collections/ship/tuple/Weight.java b/examples/java/src/collections/ship/tuple/Weight.java
index dd68cecf..b733508e 100644
--- a/examples/java/src/collections/ship/tuple/Weight.java
+++ b/examples/java/src/collections/ship/tuple/Weight.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/AccessExample.java b/examples/java/src/db/AccessExample.java
index c1609c6c..3be6dc13 100644
--- a/examples/java/src/db/AccessExample.java
+++ b/examples/java/src/db/AccessExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/BtRecExample.java b/examples/java/src/db/BtRecExample.java
index 28634964..4680210e 100644
--- a/examples/java/src/db/BtRecExample.java
+++ b/examples/java/src/db/BtRecExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/BulkAccessExample.java b/examples/java/src/db/BulkAccessExample.java
index 33db22e6..ebc859d3 100644
--- a/examples/java/src/db/BulkAccessExample.java
+++ b/examples/java/src/db/BulkAccessExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/BulkAccessNIOExample.java b/examples/java/src/db/BulkAccessNIOExample.java
index ef42dfd4..efb54069 100644
--- a/examples/java/src/db/BulkAccessNIOExample.java
+++ b/examples/java/src/db/BulkAccessNIOExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/BulkExample.java b/examples/java/src/db/BulkExample.java
index 1d752ff4..0d6aefb4 100644
--- a/examples/java/src/db/BulkExample.java
+++ b/examples/java/src/db/BulkExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/EnvExample.java b/examples/java/src/db/EnvExample.java
index 22a285ac..2436a646 100644
--- a/examples/java/src/db/EnvExample.java
+++ b/examples/java/src/db/EnvExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/GettingStarted/ExampleDatabaseLoad.java b/examples/java/src/db/GettingStarted/ExampleDatabaseLoad.java
index 0fc2262c..8ae85825 100644
--- a/examples/java/src/db/GettingStarted/ExampleDatabaseLoad.java
+++ b/examples/java/src/db/GettingStarted/ExampleDatabaseLoad.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/GettingStarted/ExampleDatabaseRead.java b/examples/java/src/db/GettingStarted/ExampleDatabaseRead.java
index 684501a8..b8223c54 100644
--- a/examples/java/src/db/GettingStarted/ExampleDatabaseRead.java
+++ b/examples/java/src/db/GettingStarted/ExampleDatabaseRead.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/GettingStarted/Inventory.java b/examples/java/src/db/GettingStarted/Inventory.java
index e39be934..a1946e52 100644
--- a/examples/java/src/db/GettingStarted/Inventory.java
+++ b/examples/java/src/db/GettingStarted/Inventory.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/GettingStarted/InventoryBinding.java b/examples/java/src/db/GettingStarted/InventoryBinding.java
index 46c8d0fc..9cae9048 100644
--- a/examples/java/src/db/GettingStarted/InventoryBinding.java
+++ b/examples/java/src/db/GettingStarted/InventoryBinding.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/GettingStarted/ItemNameKeyCreator.java b/examples/java/src/db/GettingStarted/ItemNameKeyCreator.java
index 0c0b7b2d..1708a69e 100644
--- a/examples/java/src/db/GettingStarted/ItemNameKeyCreator.java
+++ b/examples/java/src/db/GettingStarted/ItemNameKeyCreator.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/GettingStarted/MyDbs.java b/examples/java/src/db/GettingStarted/MyDbs.java
index c0d2c79a..07b941fb 100644
--- a/examples/java/src/db/GettingStarted/MyDbs.java
+++ b/examples/java/src/db/GettingStarted/MyDbs.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/GettingStarted/Vendor.java b/examples/java/src/db/GettingStarted/Vendor.java
index 5948fe25..f77ff703 100644
--- a/examples/java/src/db/GettingStarted/Vendor.java
+++ b/examples/java/src/db/GettingStarted/Vendor.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/LockExample.java b/examples/java/src/db/LockExample.java
index 2cd87c00..6be53699 100644
--- a/examples/java/src/db/LockExample.java
+++ b/examples/java/src/db/LockExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/SequenceExample.java b/examples/java/src/db/SequenceExample.java
index 8e889659..89156ca8 100644
--- a/examples/java/src/db/SequenceExample.java
+++ b/examples/java/src/db/SequenceExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/TpcbExample.java b/examples/java/src/db/TpcbExample.java
index fa51f4b7..b66bdfc6 100644
--- a/examples/java/src/db/TpcbExample.java
+++ b/examples/java/src/db/TpcbExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/repquote/RepConfig.java b/examples/java/src/db/repquote/RepConfig.java
index 1a39d5ed..a26d3f06 100644
--- a/examples/java/src/db/repquote/RepConfig.java
+++ b/examples/java/src/db/repquote/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/RepQuoteEnvironment.java b/examples/java/src/db/repquote/RepQuoteEnvironment.java
index 75a50e0e..53932a94 100644
--- a/examples/java/src/db/repquote/RepQuoteEnvironment.java
+++ b/examples/java/src/db/repquote/RepQuoteEnvironment.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/repquote/RepQuoteExample.java b/examples/java/src/db/repquote/RepQuoteExample.java
index 9e798a6f..4500696a 100644
--- a/examples/java/src/db/repquote/RepQuoteExample.java
+++ b/examples/java/src/db/repquote/RepQuoteExample.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/RepRemoteHost.java b/examples/java/src/db/repquote/RepRemoteHost.java
index c461539e..0754d2a7 100644
--- a/examples/java/src/db/repquote/RepRemoteHost.java
+++ b/examples/java/src/db/repquote/RepRemoteHost.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
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$
*/
diff --git a/examples/java/src/db/txn/DBWriter.java b/examples/java/src/db/txn/DBWriter.java
index e0d53380..f259d513 100644
--- a/examples/java/src/db/txn/DBWriter.java
+++ b/examples/java/src/db/txn/DBWriter.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/txn/PayloadData.java b/examples/java/src/db/txn/PayloadData.java
index 7ae0ab58..3b2ba43a 100644
--- a/examples/java/src/db/txn/PayloadData.java
+++ b/examples/java/src/db/txn/PayloadData.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/txn/TxnGuide.java b/examples/java/src/db/txn/TxnGuide.java
index 1142f12d..d33329d5 100644
--- a/examples/java/src/db/txn/TxnGuide.java
+++ b/examples/java/src/db/txn/TxnGuide.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/db/txn/TxnGuideInMemory.java b/examples/java/src/db/txn/TxnGuideInMemory.java
index f4c422bf..10e80593 100644
--- a/examples/java/src/db/txn/TxnGuideInMemory.java
+++ b/examples/java/src/db/txn/TxnGuideInMemory.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/CustomKeyOrderExample.java b/examples/java/src/persist/CustomKeyOrderExample.java
index 39de9d67..ba4a00b6 100644
--- a/examples/java/src/persist/CustomKeyOrderExample.java
+++ b/examples/java/src/persist/CustomKeyOrderExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/DplDump.java b/examples/java/src/persist/DplDump.java
index f9cf686a..b378b375 100644
--- a/examples/java/src/persist/DplDump.java
+++ b/examples/java/src/persist/DplDump.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/EventExample.java b/examples/java/src/persist/EventExample.java
index 6b5f7e15..8546e7b5 100644
--- a/examples/java/src/persist/EventExample.java
+++ b/examples/java/src/persist/EventExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/EventExampleDPL.java b/examples/java/src/persist/EventExampleDPL.java
index 9ab1d545..909a0e89 100644
--- a/examples/java/src/persist/EventExampleDPL.java
+++ b/examples/java/src/persist/EventExampleDPL.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/PersonExample.java b/examples/java/src/persist/PersonExample.java
index baaa6da5..62afdd2a 100644
--- a/examples/java/src/persist/PersonExample.java
+++ b/examples/java/src/persist/PersonExample.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/gettingStarted/SimpleDA.java b/examples/java/src/persist/gettingStarted/SimpleDA.java
index 38268122..579b42bf 100644
--- a/examples/java/src/persist/gettingStarted/SimpleDA.java
+++ b/examples/java/src/persist/gettingStarted/SimpleDA.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/gettingStarted/SimpleEntityClass.java b/examples/java/src/persist/gettingStarted/SimpleEntityClass.java
index 1ec16b22..a520c43d 100644
--- a/examples/java/src/persist/gettingStarted/SimpleEntityClass.java
+++ b/examples/java/src/persist/gettingStarted/SimpleEntityClass.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/gettingStarted/SimpleStoreGet.java b/examples/java/src/persist/gettingStarted/SimpleStoreGet.java
index 125b99ee..25fdaa8f 100644
--- a/examples/java/src/persist/gettingStarted/SimpleStoreGet.java
+++ b/examples/java/src/persist/gettingStarted/SimpleStoreGet.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/gettingStarted/SimpleStorePut.java b/examples/java/src/persist/gettingStarted/SimpleStorePut.java
index 09af4504..ed75f7f2 100644
--- a/examples/java/src/persist/gettingStarted/SimpleStorePut.java
+++ b/examples/java/src/persist/gettingStarted/SimpleStorePut.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/txn/PayloadDataEntity.java b/examples/java/src/persist/txn/PayloadDataEntity.java
index f54db7f7..9a725b4f 100644
--- a/examples/java/src/persist/txn/PayloadDataEntity.java
+++ b/examples/java/src/persist/txn/PayloadDataEntity.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/txn/StoreWriter.java b/examples/java/src/persist/txn/StoreWriter.java
index b1d7a5d4..fe5d8bf6 100644
--- a/examples/java/src/persist/txn/StoreWriter.java
+++ b/examples/java/src/persist/txn/StoreWriter.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/java/src/persist/txn/TxnGuideDPL.java b/examples/java/src/persist/txn/TxnGuideDPL.java
index dcbc2889..dd8b4b04 100644
--- a/examples/java/src/persist/txn/TxnGuideDPL.java
+++ b/examples/java/src/persist/txn/TxnGuideDPL.java
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/