com.apama.session
Event SessionManagerFactory



Action summary
 voidstatic createSessionManager(context mainContext, action<com.apama.session.SessionManagerInterface> success)

Creates a new SessionManagerInterface from this factory.
 
Action detail

createSessionManager

            void static createSessionManager(context mainContext, action<com.apama.session.SessionManagerInterface> success)
        
Creates a new SessionManagerInterface from this factory.
Parameters:
mainContext - The main context the manager was created in.
success
Since:
CMF 2.0.1
See Also:
com.apama.md.user.SessionManagerInterface - The interface to the Session manager that will be created.