Uses of Class
com.lightstreamer.interfaces.metadata.TableInfo
Packages that use TableInfo
-
Uses of TableInfo in com.lightstreamer.interfaces.metadata
Methods in com.lightstreamer.interfaces.metadata with parameters of type TableInfoModifier and TypeMethodDescriptionvoid
MetadataProvider.notifyMpnSubscriptionActivation
(String user, 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
(String user, 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
(String user, 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
(String user, 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
(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
(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.