Added public getNodeManager() method

This commit is contained in:
hns 2003-04-17 09:34:27 +00:00
parent a63398c8f5
commit 320d60f19a

View file

@ -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