From 320d60f19a6b5f65f7b2ec19ec530b15f369f0cd Mon Sep 17 00:00:00 2001 From: hns Date: Thu, 17 Apr 2003 09:34:27 +0000 Subject: [PATCH] Added public getNodeManager() method --- src/helma/framework/core/Application.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/helma/framework/core/Application.java b/src/helma/framework/core/Application.java index 627ab771..4172653b 100644 --- a/src/helma/framework/core/Application.java +++ b/src/helma/framework/core/Application.java @@ -682,6 +682,15 @@ public final class Application implements IPathElement, Runnable { return users; } + /** + * Returns the node manager for this application. The node manager is + * the gateway to the helma.objectmodel packages, which perform the mapping + * of objects to relational database tables or the embedded database. + */ + public NodeManager getNodeManager() { + return nmgr; + } + /** * Returns a wrapper containing the node manager for this application. The node manager is * the gateway to the helma.objectmodel packages, which perform the mapping of objects to