void |
MetadataProvider.notifyMpnSubscriptionActivation(java.lang.String user,
java.lang.String sessionID,
TableInfo table,
MpnSubscriptionInfo mpnSubscription) |
Called by Lightstreamer Kernel to check that a User is enabled
to activate a Push Notification subscription.
|
void |
MetadataProviderAdapter.notifyMpnSubscriptionActivation(java.lang.String user,
java.lang.String sessionID,
TableInfo table,
MpnSubscriptionInfo mpnSubscription) |
Called by Lightstreamer Kernel to check that a User is enabled
to activate a Push Notification subscription.
|
void |
MetadataProvider.notifyNewTables(java.lang.String user,
java.lang.String sessionID,
TableInfo[] tables) |
Called by Lightstreamer Kernel to check that a User is enabled to add
some Tables (i.e.: Subscriptions) to a push Session.
|
void |
MetadataProviderAdapter.notifyNewTables(java.lang.String user,
java.lang.String sessionID,
TableInfo[] tables) |
Called by Lightstreamer Kernel to check that a User is enabled to add
some Tables (i.e.: Subscriptions) to a push Session.
|
void |
MetadataProvider.notifyTablesClose(java.lang.String sessionID,
TableInfo[] tables) |
Called by Lightstreamer Kernel to notify the Metadata Adapter that
some Tables (i.e.: Subscriptions) have been removed from a push Session.
|
void |
MetadataProviderAdapter.notifyTablesClose(java.lang.String sessionID,
TableInfo[] tables) |
Called by Lightstreamer Kernel to notify the Metadata Adapter that
some Tables (i.e.: Subscriptions) have been removed from a push Session.
|