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