* Add getter for SessionManager, required by helmaswarm.

This commit is contained in:
hns 2007-02-14 14:55:26 +00:00
parent 083035d3c8
commit 3a263d9243

View file

@ -860,6 +860,14 @@ public final class Application implements Runnable {
return nmgr.safe;
}
/**
* Return the application's session manager
* @return the SessionManager instance used by this app
*/
public SessionManager getSessionManager() {
return sessionMgr;
}
/**
* Return a transient node that is shared by all evaluators of this application ("app node")
*/