Class AbstractSessionManagementService
java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl.AbstractSessionManagementService
- All Implemented Interfaces:
SessionManagementService
- Direct Known Subclasses:
DefaultSessionManagementService,ExternalBrokerSessionManagementService
public abstract class AbstractSessionManagementService
extends Object
implements SessionManagementService
Shared implementation for
SessionManagementService, containing common business logic.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final UserupdateUserOnlineStatus(WebSocketUser webSocketUser, boolean online) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.finconsgroup.itserr.marketplace.usercommunication.dm.service.SessionManagementService
getUserSessionCount, isUserOnline, onSessionCreated, onSessionDestroyed
-
Constructor Details
-
AbstractSessionManagementService
public AbstractSessionManagementService()
-
-
Method Details
-
updateUserOnlineStatus
-