Uses of Class
com.lightstreamer.interfaces.data.SubscriptionException

Packages that use SubscriptionException
Package
Description
 
  • Uses of SubscriptionException in com.lightstreamer.interfaces.data

    Modifier and Type
    Method
    Description
    boolean
    DataProvider.isSnapshotAvailable(String itemName)
    Called by Lightstreamer Kernel to know whether the Data Adapter, after a subscription for an Item, will send some Snapshot ItemEvents before sending the updates.
    void
    DataProvider.subscribe(String itemName, boolean needsIterator)
    Called by Lightstreamer Kernel to request data for an Item.
    void
    SmartDataProvider.subscribe(String itemName, boolean needsIterator)
    Inherited by the base interface DataProvider but never called in this case, because the extended version will always be called in its place.
    void
    SmartDataProvider.subscribe(String itemName, Object itemHandle, boolean needsIterator)
    Called by Lightstreamer Kernel to request data for an Item.
    void
    DataProvider.unsubscribe(String itemName)
    Called by Lightstreamer Kernel to end a previous request of data for an Item.