reload() method [deprecated]

Deprecated. Subclass overrides of this method should be renamed to willRebuildTable(). This method has been renamed to willRebuildTable().

Syntax

public final boolean reload () throws AgentryException

Returns

Nothing. Always throws UnsupportedOperationException.

Exceptions

Usage

Override that method instead of this one. This method is only here to cause compilation errors in legacy code, and may be removed in a future release.