Added public getNodeManager() method
This commit is contained in:
parent
a63398c8f5
commit
320d60f19a
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue