|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRxSessionFactory
Session Factory interface for Diameter 3GPP IMS Rx Reference Point.
| Method Summary | |
|---|---|
IClientRxSessionContext |
getClientContextListener()
|
ClientRxSessionListener |
getClientSessionListener()
Get stack wide listener for sessions. |
IRxMessageFactory |
getMessageFactory()
|
IServerRxSessionContext |
getServerContextListener()
|
ServerRxSessionListener |
getServerSessionListener()
Get stack wide listener for sessions. |
StateChangeListener<AppSession> |
getStateListener()
|
void |
setClientContextListener(IClientRxSessionContext clientContextListener)
|
void |
setClientSessionListener(ClientRxSessionListener clientSessionListener)
Set stack wide listener for sessions. |
void |
setMessageFactory(IRxMessageFactory messageFactory)
|
void |
setServerContextListener(IServerRxSessionContext serverContextListener)
|
void |
setServerSessionListener(ServerRxSessionListener serverSessionListener)
Set stack wide listener for sessions. |
void |
setStateListener(StateChangeListener<AppSession> stateListener)
|
| Methods inherited from interface org.jdiameter.common.api.app.IAppSessionFactory |
|---|
getNewSession, getSession |
| Method Detail |
|---|
ClientRxSessionListener getClientSessionListener()
void setClientSessionListener(ClientRxSessionListener clientSessionListener)
clientSessionListener - the clientSessionListener to setServerRxSessionListener getServerSessionListener()
void setServerSessionListener(ServerRxSessionListener serverSessionListener)
serverSessionListener - the serverSessionListener to setIServerRxSessionContext getServerContextListener()
void setServerContextListener(IServerRxSessionContext serverContextListener)
serverContextListener - the serverContextListener to setIClientRxSessionContext getClientContextListener()
IRxMessageFactory getMessageFactory()
void setMessageFactory(IRxMessageFactory messageFactory)
messageFactory - the messageFactory to setvoid setClientContextListener(IClientRxSessionContext clientContextListener)
clientContextListener - the clientContextListener to setStateChangeListener<AppSession> getStateListener()
void setStateListener(StateChangeListener<AppSession> stateListener)
stateListener - the stateListener to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||