org.jdiameter.common.api.app
Interface IAppSessionFactory

All Known Subinterfaces:
IAccSessionFactory, IAuthSessionFactory, ICCASessionFactory, ICxDxSessionFactory, IGxSessionFactory, IRfSessionFactory, IRoSessionFactory, IRxSessionFactory, IS6aSessionFactory, IShSessionFactory
All Known Implementing Classes:
AccSessionFactoryImpl, AuthSessionFactoryImpl, CCASessionFactoryImpl, CxDxSessionFactoryImpl, GqSessionFactoryImpl, GxSessionFactoryImpl, RfSessionFactoryImpl, RoSessionFactoryImpl, RxSessionFactoryImpl, S6aSessionFactoryImpl, ShSessionFactoryImpl

public interface IAppSessionFactory

Author:
Bartosz Baranowski , Alexandre Mendonca

Method Summary
 AppSession getNewSession(java.lang.String sessionId, java.lang.Class<? extends AppSession> aClass, ApplicationId applicationId, java.lang.Object[] args)
           
 AppSession getSession(java.lang.String sessionId, java.lang.Class<? extends AppSession> aClass)
           
 

Method Detail

getNewSession

AppSession getNewSession(java.lang.String sessionId,
                         java.lang.Class<? extends AppSession> aClass,
                         ApplicationId applicationId,
                         java.lang.Object[] args)

getSession

AppSession getSession(java.lang.String sessionId,
                      java.lang.Class<? extends AppSession> aClass)


Copyright © 2014. All Rights Reserved.