Inherits java::lang::Exception.
Public Member Functions | |
| OnChangeNotSupportedException (long poolTime) | |
| long | recommendedPoolTime () |
Protected Attributes | |
| long | poolTime |
Exeption thrown if 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.
| alma.ACS.jbaci.DataAccess.OnChangeNotSupportedException.OnChangeNotSupportedException | ( | long | poolTime | ) |
Constructor.
| poolTime | recommended pool time, can be 0. |
| long alma.ACS.jbaci.DataAccess.OnChangeNotSupportedException.recommendedPoolTime | ( | ) |
Recommended pool time in ms, can be 0.
long alma.ACS.jbaci.DataAccess.OnChangeNotSupportedException.poolTime [protected] |
Recommended pool time in ms.
1.7.0