public interface IAccSessionFactory extends IAppSessionFactory
Modifier and Type | Method and Description |
---|---|
ApplicationId |
getApplicationId() |
IClientAccActionContext |
getClientContextListener() |
ClientAccSessionListener |
getClientSessionListener() |
IAccMessageFactory |
getMessageFactory() |
IServerAccActionContext |
getServerContextListener() |
ServerAccSessionListener |
getServerSessionListener() |
StateChangeListener<AppSession> |
getStateListener() |
void |
setApplicationId(ApplicationId id) |
void |
setClientContextListener(IClientAccActionContext clientContextListener) |
void |
setClientSessionListener(ClientAccSessionListener clientSessionListener) |
void |
setMessageFactory(IAccMessageFactory messageFactory) |
void |
setServerContextListener(IServerAccActionContext serverContextListener) |
void |
setServerSessionListener(ServerAccSessionListener serverSessionListener) |
void |
setStateListener(StateChangeListener<AppSession> stateListener) |
getNewSession, getSession
ServerAccSessionListener getServerSessionListener()
void setServerSessionListener(ServerAccSessionListener serverSessionListener)
serverSessionListener
- the serverSessionListener to setStateChangeListener<AppSession> getStateListener()
void setStateListener(StateChangeListener<AppSession> stateListener)
stateListener
- the stateListener to setClientAccSessionListener getClientSessionListener()
void setClientSessionListener(ClientAccSessionListener clientSessionListener)
clientSessionListener
- the clientSessionListener to setIClientAccActionContext getClientContextListener()
void setClientContextListener(IClientAccActionContext clientContextListener)
clientContextListener
- the clientContextListener to setIServerAccActionContext getServerContextListener()
void setServerContextListener(IServerAccActionContext serverContextListener)
serverContextListener
- the serverContextListener to setvoid setMessageFactory(IAccMessageFactory messageFactory)
IAccMessageFactory getMessageFactory()
ApplicationId getApplicationId()
void setApplicationId(ApplicationId id)
Copyright © 2016. All Rights Reserved.