Interface GatewaySessionManager
public interface GatewaySessionManager
- 
Method SummaryModifier and TypeMethodDescriptionfindSession(String id) findSessions(int scope) intvoidsendNotification(int scope, String moduleId, String messageType, Serializable message) Sends the given push notification message to all sessions that match the scope.
- 
Method Details- 
findSession
- 
findSessions
- 
findSessions
- 
getSessionCountint getSessionCount()
- 
getSessionContext
- 
sendNotificationvoid sendNotification(int scope, String moduleId, String messageType, Serializable message) throws Exception Sends the given push notification message to all sessions that match the scope.- Throws:
- Exception
- See Also:
 
 
-