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

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

    Methods in com.lightstreamer.adapters.remote that throw SubscriptionException
    Modifier and Type Method Description
    boolean DataProvider.isSnapshotAvailable​(java.lang.String itemName)
    Called by Lightstreamer Kernel through the Remote Server to know whether the Data Adapter, after a subscription for an Item, will send some Snapshot Item Events before sending the updates.
    void DataProvider.subscribe​(java.lang.String itemName)
    Called by Lightstreamer Remote Server to request data for an Item.
    void DataProvider.unsubscribe​(java.lang.String itemName)
    Called by Lightstreamer Kernel through the Remote Server to end a previous request of data for an Item.