Public Member Functions | Protected Attributes

alma.ACS.jbaci.DataAccess.OnChangeNotSupportedException Class Reference

Inherits java::lang::Exception.

List of all members.

Public Member Functions

 OnChangeNotSupportedException (long poolTime)
long recommendedPoolTime ()

Protected Attributes

long poolTime

Detailed Description

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.


Constructor & Destructor Documentation

alma.ACS.jbaci.DataAccess.OnChangeNotSupportedException.OnChangeNotSupportedException ( long  poolTime  ) 

Constructor.

Parameters:
poolTime recommended pool time, can be 0.

Member Function Documentation

long alma.ACS.jbaci.DataAccess.OnChangeNotSupportedException.recommendedPoolTime (  ) 

Recommended pool time in ms, can be 0.


Member Data Documentation

Recommended pool time in ms.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties