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 TypeMethodDescriptionbooleanDataProvider.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.voidCalled by Lightstreamer Kernel to request data for an Item.voidInherited by the base interface DataProvider but never called in this case, because the extended version will always be called in its place.voidCalled by Lightstreamer Kernel to request data for an Item.voidDataProvider.unsubscribe(String itemName) Called by Lightstreamer Kernel to end a previous request of data for an Item.