Interface UIService

All Known Implementing Classes:
UINotificationsBatchServiceImpl

public interface UIService
  • Method Details

    • registerApplication

      void registerApplication(ApplicationSession application)
    • unregisterApplication

      boolean unregisterApplication(ApplicationSession application)
    • isRegistered

      boolean isRegistered(ApplicationSession application)
    • getRegisteredApplications

      List<ApplicationSession> getRegisteredApplications()
    • getRegisteredApplicationsForUser

      List<ApplicationSession> getRegisteredApplicationsForUser(String login)
    • getLoggedUserCount

      long getLoggedUserCount()