Uses of Class
com.lightstreamer.adapters.remote.MpnSubscriptionInfo
-
Packages that use MpnSubscriptionInfo Package Description com.lightstreamer.adapters.remote -
-
Uses of MpnSubscriptionInfo in com.lightstreamer.adapters.remote
Methods in com.lightstreamer.adapters.remote with parameters of type MpnSubscriptionInfo Modifier and Type Method Description 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.
-