Interface GatewaySessionManager
public interface GatewaySessionManager
- 
Method Summary
Modifier 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
 - 
getSessionCount
int getSessionCount() - 
getSessionContext
 - 
sendNotification
void 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:
 
 
 -