From 3556431695ec33f3e55c9cf147c90177b384e52d Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 09 Aug 2007 19:57:53 +0000
Subject: [PATCH] Fix for issue 2066. Changed constants to use the small case and dash format from the admin framework.
---
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java b/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
index 6e9bfe8..f66a598 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -614,6 +614,17 @@
}
/**
+ * Get the state database used by this entry container.
+ * The entry container must have been opened.
+ *
+ * @return The state database.
+ */
+ public State getState()
+ {
+ return state;
+ }
+
+ /**
* Look for an attribute index for the given attribute type.
*
* @param attrType The attribute type for which an attribute index is needed.
--
Gitblit v1.10.0