Uses of Class
com.lightstreamer.adapters.remote.NotificationException

Packages that use NotificationException
Package Description
com.lightstreamer.adapters.remote  
  • Uses of NotificationException in com.lightstreamer.adapters.remote

    Methods in com.lightstreamer.adapters.remote that throw NotificationException
    Modifier and Type Method Description
    void MetadataProvider.notifyMpnDeviceAccess​(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to access the specified MPN device.
    void MetadataProviderAdapter.notifyMpnDeviceAccess​(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to access the specified MPN device.
    void MetadataProvider.notifyMpnDeviceTokenChange​(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device, java.lang.String newDeviceToken)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to change the token of an MPN device.
    void MetadataProviderAdapter.notifyMpnDeviceTokenChange​(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device, java.lang.String newDeviceToken)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to change the token of a MPN device.
    void MetadataProvider.notifyMpnSubscriptionActivation​(java.lang.String user, java.lang.String sessionID, TableInfo table, MpnSubscriptionInfo mpnSubscription)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to activate a Push Notification subscription.
    void MetadataProviderAdapter.notifyMpnSubscriptionActivation​(java.lang.String user, java.lang.String sessionID, TableInfo table, MpnSubscriptionInfo mpnSubscription)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to activate a Push Notification subscription.
    void MetadataProvider.notifyNewSession​(java.lang.String user, java.lang.String sessionID, java.util.Map<java.lang.String,​java.lang.String> clientContext)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to open a new push Session.
    void MetadataProviderAdapter.notifyNewSession​(java.lang.String user, java.lang.String sessionID, java.util.Map<java.lang.String,​java.lang.String> clientContext)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to open a new push Session.
    void MetadataProvider.notifyNewTables​(java.lang.String user, java.lang.String sessionID, TableInfo[] tables)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to add some Tables (i.e.
    void MetadataProviderAdapter.notifyNewTables​(java.lang.String user, java.lang.String sessionID, TableInfo[] tables)
    Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to add some Tables (i.e.: Subscriptions) to a push Session.
    void MetadataProvider.notifySessionClose​(java.lang.String sessionID)
    Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that a push Session has been closed.
    void MetadataProviderAdapter.notifySessionClose​(java.lang.String sessionID)
    Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that a push Session has been closed.
    void MetadataProvider.notifyTablesClose​(java.lang.String sessionID, TableInfo[] tables)
    Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that some Tables (i.e.
    void MetadataProviderAdapter.notifyTablesClose​(java.lang.String sessionID, TableInfo[] tables)
    Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that some Tables (i.e.: Subscriptions) have been removed from a push Session.
    void MetadataProvider.notifyUserMessage​(java.lang.String user, java.lang.String sessionID, java.lang.String message)
    Called by Lightstreamer Kernel through the Remote Server to forward a message received by a User.
    void MetadataProviderAdapter.notifyUserMessage​(java.lang.String user, java.lang.String sessionID, java.lang.String message)
    Called by Lightstreamer Kernel through the Remote Server to forward a message received by a User.