public static class DataAccess.OnChangeNotSupportedException
extends java.lang.Exception
DataAccess does not support on-change notifications.
This exeption provides recommendedPoolTime() method to recommend pool time,
so that listener could simulate on-change notification using pooling mechanism.| Modifier and Type | Field and Description |
|---|---|
protected long |
poolTime
Recommended pool time in ms.
|
| Constructor and Description |
|---|
OnChangeNotSupportedException(long poolTime)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
recommendedPoolTime()
Recommended pool time in ms, can be 0.
|