Uses of Class
com.lightstreamer.adapters.remote.MpnDeviceInfo
Packages that use MpnDeviceInfo
-
Uses of MpnDeviceInfo in com.lightstreamer.adapters.remote
Methods in com.lightstreamer.adapters.remote that return MpnDeviceInfoModifier and TypeMethodDescriptionfinal MpnDeviceInfo
MpnSubscriptionInfo.getDevice()
Gets the MPN device of this subscription.Methods in com.lightstreamer.adapters.remote with parameters of type MpnDeviceInfoModifier and TypeMethodDescriptionvoid
MetadataProvider.notifyMpnDeviceAccess
(String user, 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
(String user, 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
(String user, String sessionID, MpnDeviceInfo device, 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
(String user, String sessionID, MpnDeviceInfo device, 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.Constructors in com.lightstreamer.adapters.remote with parameters of type MpnDeviceInfoModifierConstructorDescriptionMpnSubscriptionInfo
(MpnDeviceInfo device, String notification, String trigger) Used by Lightstreamer to create a MpnSubscriptionInfo instance.