Uses of Class
com.lightstreamer.adapters.remote.MpnDeviceInfo
-
Uses of MpnDeviceInfo in com.lightstreamer.adapters.remote
Modifier and TypeMethodDescriptionfinal MpnDeviceInfo
MpnSubscriptionInfo.getDevice()
Gets the MPN device of this subscription.Modifier 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.ModifierConstructorDescriptionMpnSubscriptionInfo
(MpnDeviceInfo device, String notification, String trigger) Used by Lightstreamer to create a MpnSubscriptionInfo instance.