org.jdiameter.client.api
Interface ISessionFactory
- All Superinterfaces:
- org.jdiameter.api.SessionFactory
- All Known Implementing Classes:
- SessionFactoryImpl
public interface ISessionFactory
- extends org.jdiameter.api.SessionFactory
This interface describe extends methods of base class
Data: $Date: 2009/07/27 18:05:03 $
Revision: $Revision: 1.3 $
- Version:
- 1.5.0.1
| Methods inherited from interface org.jdiameter.api.SessionFactory |
getNewAppSession, getNewAppSession, getNewRawSession, getNewSession, getNewSession |
getNewAppSession
<T extends org.jdiameter.api.app.AppSession> T getNewAppSession(java.lang.String sessionId,
org.jdiameter.api.ApplicationId applicationId,
java.lang.Class<? extends org.jdiameter.api.app.AppSession> aClass,
java.lang.Object... args)
throws org.jdiameter.api.InternalException
- Throws:
org.jdiameter.api.InternalException
registerAppFacory
void registerAppFacory(java.lang.Class<? extends org.jdiameter.api.app.AppSession> sessionClass,
IAppSessionFactory factory)
unRegisterAppFacory
void unRegisterAppFacory(java.lang.Class<? extends org.jdiameter.api.app.AppSession> sessionClass)
getConcurrentFactory
IConcurrentFactory getConcurrentFactory()
Copyright © 2010. All Rights Reserved.