Uses of Class
com.lightstreamer.interfaces.data.SubscriptionException
Packages that use SubscriptionException
-
Uses of SubscriptionException in com.lightstreamer.interfaces.data
Methods in com.lightstreamer.interfaces.data that throw SubscriptionExceptionModifier and TypeMethodDescriptionboolean
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
Called by Lightstreamer Kernel to request data for an Item.void
Inherited by the base interface DataProvider but never called in this case, because the extended version will always be called in its place.void
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.