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
See Also:
com.apama.md.user.SessionManagerInterface - The interface to the Session manager that will be created.