Package | Description |
---|---|
com.lightstreamer.adapters.remote |
Modifier and Type | Method and Description |
---|---|
void |
MetadataProviderAdapter.notifyMpnSubscriptionActivation(String user,
String sessionID,
TableInfo table,
MpnSubscriptionInfo mpnSubscription)
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled
to activate a Push Notification subscription.
|
void |
MetadataProvider.notifyMpnSubscriptionActivation(String user,
String sessionID,
TableInfo table,
MpnSubscriptionInfo mpnSubscription)
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled
to activate a Push Notification subscription.
|
void |
MetadataProviderAdapter.notifyNewTables(String user,
String sessionID,
TableInfo[] tables)
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to add
some Tables (i.e.: Subscriptions) to a push Session.
|
void |
MetadataProvider.notifyNewTables(String user,
String sessionID,
TableInfo[] tables)
Called by Lightstreamer Kernel through the Remote Server to check
that a User is enabled to add some Tables (i.e.
|
void |
MetadataProviderAdapter.notifyTablesClose(String sessionID,
TableInfo[] tables)
Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that
some Tables (i.e.: Subscriptions) have been removed from a push Session.
|
void |
MetadataProvider.notifyTablesClose(String sessionID,
TableInfo[] tables)
Called by Lightstreamer Kernel through the Remote Server to notify
the Metadata Adapter that some Tables (i.e.
|
Copyright © 2021. All rights reserved.