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 TypeMethodDescriptionvoidMetadataProvider.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.voidMetadataProviderAdapter.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.voidMetadataProvider.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.voidMetadataProviderAdapter.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.voidMetadataProvider.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.voidMetadataProviderAdapter.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.