Merge changes between 1.2.4 and 1.2.4b

This commit is contained in:
hns 2003-04-17 10:34:15 +00:00
parent 66663c8b20
commit 350ce98d93

View file

@ -682,6 +682,15 @@ public final class Application implements IPathElement, Runnable {
return users; 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 * 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 * the gateway to the helma.objectmodel packages, which perform the mapping of objects to