Uses of Class
com.lightstreamer.interfaces.data.SubscriptionException
-
Packages that use SubscriptionException Package Description com.lightstreamer.interfaces.data -
-
Uses of SubscriptionException in com.lightstreamer.interfaces.data
Methods in com.lightstreamer.interfaces.data that throw SubscriptionException Modifier and Type Method Description boolean
DataProvider. isSnapshotAvailable(java.lang.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(java.lang.String itemName, boolean needsIterator)
Called by Lightstreamer Kernel to request data for an Item.void
SmartDataProvider. subscribe(java.lang.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(java.lang.String itemName, java.lang.Object itemHandle, boolean needsIterator)
Called by Lightstreamer Kernel to request data for an Item.void
DataProvider. unsubscribe(java.lang.String itemName)
Called by Lightstreamer Kernel to end a previous request of data for an Item.
-