Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Glacier2::SessionManager Interface Reference

Represents an application-provided factory for session objects. More...

defined in <Glacier2/Session.ice>

interface SessionManager { ... }

Operations

Sessioncreate (string userId, SessionControl *control) throws CannotCreateSessionException
 Creates a new session object.

Detailed Description

Represents an application-provided factory for session objects.

You can configure a Glacier2 router with your own SessionManager implementation; this router will then return the sessions created by this session manager to its clients.

Definition at line 107 of file Session.ice.


The documentation for this interface was generated from the following file: