| Package | Description | 
|---|---|
| com.lightstreamer.adapters.remote | 
| Modifier and Type | Method and Description | 
|---|---|
MpnDeviceInfo | 
MpnSubscriptionInfo.getDevice()
Gets the MPN device of this subscription. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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.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.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. 
 | 
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. 
 | 
| Constructor and Description | 
|---|
MpnSubscriptionInfo(MpnDeviceInfo device,
                   String notification,
                   String trigger)
Used by Lightstreamer to create a MpnSubscriptionInfo instance. 
 | 
Copyright © 2021. All rights reserved.