* Add getter for SessionManager, required by helmaswarm.
This commit is contained in:
parent
083035d3c8
commit
3a263d9243
1 changed files with 8 additions and 0 deletions
|
@ -860,6 +860,14 @@ public final class Application implements Runnable {
|
||||||
return nmgr.safe;
|
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")
|
* Return a transient node that is shared by all evaluators of this application ("app node")
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue