Uses of Class
com.lightstreamer.interfaces.metadata.MpnDeviceInfo
-
Packages that use MpnDeviceInfo Package Description com.lightstreamer.interfaces.metadata -
-
Uses of MpnDeviceInfo in com.lightstreamer.interfaces.metadata
Methods in com.lightstreamer.interfaces.metadata that return MpnDeviceInfo Modifier and Type Method Description MpnDeviceInfoMpnSubscriptionInfo. getDevice()Returns the MPN device of this subscription.Methods in com.lightstreamer.interfaces.metadata with parameters of type MpnDeviceInfo Modifier and Type Method Description voidMetadataProvider. notifyMpnDeviceAccess(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device)Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.voidMetadataProviderAdapter. notifyMpnDeviceAccess(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device)Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.voidMetadataProvider. notifyMpnDeviceTokenChange(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device, java.lang.String newDeviceToken)Called by Lightstreamer Kernel to check that a User is enabled to change the token of an MPN device.voidMetadataProviderAdapter. notifyMpnDeviceTokenChange(java.lang.String user, java.lang.String sessionID, MpnDeviceInfo device, java.lang.String newDeviceToken)Called by Lightstreamer Kernel to check that a User is enabled to change the token of a MPN device.Constructors in com.lightstreamer.interfaces.metadata with parameters of type MpnDeviceInfo Constructor Description MpnSubscriptionInfo(MpnDeviceInfo device, java.lang.String notification, java.lang.String trigger)Used by Lightstreamer to create a MpnSubscriptionInfo instance.
-