Uses of Class
com.lightstreamer.adapters.remote.TableInfo
-
Uses of TableInfo in com.lightstreamer.adapters.remote
Modifier and TypeMethodDescriptiondefault boolean
MetadataProvider.enableTableUnsubscription
(String sessionID, TableInfo[] tables) Called by the Remote Server to know whether the Metadata Adapter wants to have the possibility to force the unsubscription (throughMetadataControlListener.forceUnsubscription(String, TableInfo)
) of some Tables (i.e.: Subscriptions) just being subscribed.MetadataControlListener.forceUnsubscription
(String sessionID, TableInfo table) Enforces the unsubscription of a Table (i.e.: 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.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.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
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.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
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.default boolean
MetadataProvider.wantsFinalTableStatistics
(String sessionID, TableInfo[] tables) Called by the Remote Server to know whether the Metadata Adapter wants to receive (inMetadataProvider.notifyTablesClose(String, TableInfo[])
) final traffic statistics on the Items of some Tables (i.e.: Subscriptions) just being subscribed.