Uses of Class
com.lightstreamer.adapters.remote.TableInfo

Packages that use TableInfo
Package Description
com.lightstreamer.adapters.remote  
  • Uses of TableInfo in com.lightstreamer.adapters.remote

    Methods in com.lightstreamer.adapters.remote with parameters of type TableInfo
    Modifier and Type Method Description
    void MetadataProvider.notifyMpnSubscriptionActivation​(java.lang.String user, java.lang.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​(java.lang.String user, java.lang.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​(java.lang.String user, java.lang.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.notifyNewTables​(java.lang.String user, java.lang.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​(java.lang.String sessionID, TableInfo[] tables)
    Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that some Tables (i.e.
    void MetadataProviderAdapter.notifyTablesClose​(java.lang.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.