checkForReload() method
This method is called by the Agentry Server to indicate whether a reload should be done.
Syntax
final boolean
checkForReload
() throws AgentryException
Returns
true if the table should be reloaded
Exceptions
-
AgentryException class –
if an error occurs
Usage
It calls willRebuildTable() and saves the result into the _rebuilding member variable.