Package com.nt.udc.admin.server
Class RuleTable
java.lang.Object
com.nt.common.util.PersistentTable
com.nt.udc.admin.server.RuleTable
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
load()
void
putAndSave
(RuleTableEntry entry) void
putAndSave
(RuleTableEntry[] entries) void
Removes all of the elements currently in this RecoveryMap.Methods inherited from class com.nt.common.util.PersistentTable
bufferedSave, clear, contains, containsKey, elements, get, getFile, isEmpty, keys, put, putAndSave, remove, removeAndSave, save, setFile, size, toString
-
Constructor Details
-
RuleTable
- Throws:
IOException
-
-
Method Details
-
putAndSave
- Throws:
IOException
-
putAndSave
- Throws:
IOException
-
load
- Specified by:
load
in classcom.nt.common.util.PersistentTable
- Throws:
IOException
-
removeAllElements
public void removeAllElements()Removes all of the elements currently in this RecoveryMap.
-