Uses of Class
com.lightstreamer.interfaces.metadata.NotificationException
-
Uses of NotificationException in com.lightstreamer.interfaces.metadata
Modifier and TypeMethodDescriptionvoid
MetadataProvider.notifyMpnDeviceAccess
(String user, String sessionID, MpnDeviceInfo device) Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.void
MetadataProviderAdapter.notifyMpnDeviceAccess
(String user, String sessionID, MpnDeviceInfo device) Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.void
MetadataProvider.notifyMpnDeviceTokenChange
(String user, String sessionID, MpnDeviceInfo device, String newDeviceToken) Called by Lightstreamer Kernel to check that a User is enabled to change the token of an MPN device.void
MetadataProviderAdapter.notifyMpnDeviceTokenChange
(String user, String sessionID, MpnDeviceInfo device, String newDeviceToken) Called by Lightstreamer Kernel to check that a User is enabled to change the token of a MPN device.void
MetadataProvider.notifyMpnSubscriptionActivation
(String user, String sessionID, TableInfo table, MpnSubscriptionInfo mpnSubscription) Called by Lightstreamer Kernel to check that a User is enabled to activate a Push Notification subscription.void
MetadataProviderAdapter.notifyMpnSubscriptionActivation
(String user, String sessionID, TableInfo table, MpnSubscriptionInfo mpnSubscription) Called by Lightstreamer Kernel to check that a User is enabled to activate a Push Notification subscription.void
MetadataProvider.notifyNewSession
(String user, String sessionID, Map clientContext) Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.void
MetadataProviderAdapter.notifyNewSession
(String user, String sessionID) Reduced, backward-compatibility version of the Session authorization method.void
MetadataProviderAdapter.notifyNewSession
(String user, String sessionID, Map clientContext) Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.void
MetadataProvider.notifyNewTables
(String user, String sessionID, TableInfo[] tables) Called by Lightstreamer Kernel to check that a User is enabled to add some Tables (i.e.: Subscriptions) to a push Session.void
MetadataProviderAdapter.notifyNewTables
(String user, String sessionID, TableInfo[] tables) Called by Lightstreamer Kernel to check that a User is enabled to add some Tables (i.e.: Subscriptions) to a push Session.void
MetadataProvider.notifySessionClose
(String sessionID) Called by Lightstreamer Kernel to notify the Metadata Adapter that a push Session has been closed.void
MetadataProviderAdapter.notifySessionClose
(String sessionID) Called by Lightstreamer Kernel to notify the Metadata Adapter that a push Session has been closed.void
MetadataProvider.notifyTablesClose
(String sessionID, TableInfo[] tables) Called by Lightstreamer Kernel to notify the Metadata Adapter that some Tables (i.e.: Subscriptions) have been removed from a push Session.void
MetadataProviderAdapter.notifyTablesClose
(String sessionID, TableInfo[] tables) Called by Lightstreamer Kernel to notify the Metadata Adapter that some Tables (i.e.: Subscriptions) have been removed from a push Session.void
MetadataProvider.notifyUserMessage
(String user, String sessionID, String message) Called by Lightstreamer Kernel to forward a message received by a User.void
MetadataProviderAdapter.notifyUserMessage
(String user, String sessionID, String message) Called by Lightstreamer Kernel to forward a message received by a User.