-
Methods in com.lightstreamer.adapters.remote with parameters of type MpnDeviceInfo
Modifier and Type |
Method |
Description |
void |
MetadataProvider.notifyMpnDeviceAccess(java.lang.String user,
java.lang.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(java.lang.String user,
java.lang.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(java.lang.String user,
java.lang.String sessionID,
MpnDeviceInfo device,
java.lang.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(java.lang.String user,
java.lang.String sessionID,
MpnDeviceInfo device,
java.lang.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.
|