interface Router extends ::Ice::Router |
The Glacier router interface.
Create a session, or return a previously created session.
Shutdown the router.
Session* createSession() throws NoSessionManagerException; |
Create a session, or return a previously created session. The session is automatically shutdown when the Router terminates.
if there is no configured SessionManager.
<<< Previous | Home | Next >>> |
Glacier::PermissionsVerifier | Up | Glacier::Session |