- All Implemented Interfaces:
Serializable
, Callable<Integer>
Callable to support distributed cache management.
- Author:
- hengsin
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Send new record notification to local cache instances
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CacheNewRecordCallable
protected CacheNewRecordCallable(String tableName,
int Record_ID)
- Parameters:
tableName
-
Record_ID
-
-